Building FlightGear - Linux: Difference between revisions

Jump to navigation Jump to search
→‎Getting and compiling SimGear: Using cmake args for instsall prefix.
(→‎Getting and compiling SimGear: Using cmake args for instsall prefix.)
Line 122: Line 122:
</syntaxhighlight>
</syntaxhighlight>
   
   
'''Note''' that if you don't want to install <tt>simgear</tt> globally on the system but in a specific directory, you can do so by adding <code>--prefix=/path/to/your/fgInstallation</code> to the <code>./configure</code> command
'''Note''' that if you don't want to install <tt>simgear</tt> globally on the system but in a specific directory, you can do so by adding <code>-DCMAKE_INSTALL_PREFIX==/path/to/your/fgInstallation</code> to the <code>cmake</code> command


'''Step 3:'''
'''Step 3:'''

Navigation menu