Building using CMake: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 158: Line 158:
but there is *no* 'make distclean' target. The equivalent is to completely
but there is *no* 'make distclean' target. The equivalent is to completely
remove your build directory, and start with a fresh one.
remove your build directory, and start with a fresh one.
== XCode ==
On Mac, '-G Xcode' will generate nice XCode projects. You can then build in the IDE or using xcodebuild. Ensure you have a recently CMake build, since Xcode support has improved in recent versions (2.8.9 at time of writing). CMake generates an 'install' target which is needed for SimGear, but FlightGear can be run and debugged directly (no install required) - simply set your DYLD_LIBRARY_PATH in the target options, to include your 'dist' directory.


== Troubleshooting ==
== Troubleshooting ==
580

edits

Navigation menu