Yes, INSTALL.cmake is the name. I always added some paragraphs for Xcode
there some time ago. It also works with Xcode 3 from Leopard.
Roger Mc Murtrie schrieb:
Correction to previous post.
install.cmake doesn't look like a README. I got the impression that it
was off an internet search.
There doesn't seem to be a README.cmake file in LyX 1.5 or 1.6 versions.
H'm, looks like it was renamed because it really isn't a README file
or an INSTALL instructions file either for that matter.
A proper README.cmake file would be nice.
www.cmake.org has a documentation page. Hopefully that will provide
any needed instructions.
In fact you only create the project with the provided commands:
* create a build directory, e.g. .../trunk/../build
* call in the build directory 'cmake .../trunk/development/cmake -G
Xcode'
* open .../trunk/../build/lyx-qt4.xcodeproj
Then just open the project from Xcode and start compiling. All that
works fine with the opensource Qt version _in binary form_. No need to
compile Qt yourself.
Stefan