Building FlightGear with osgEarth Integration: Difference between revisions

Line 11: Line 11:
* create a separate build directory
* create a separate build directory
* configure via CMake, set '''-DCMAKE_INSTALL_PREFIX''' matching your OSG/SG/FG installation path (not needed if you installed OSG/SG system-wide)
* configure via CMake, set '''-DCMAKE_INSTALL_PREFIX''' matching your OSG/SG/FG installation path (not needed if you installed OSG/SG system-wide)
* run "make install"
* run "make install" (to run a parallel build, pass '''-j x''', where is x the number of cores available/to be used)
* next, build SimGear


== SimGear ==  
== SimGear ==