Building FlightGear - Linux: Difference between revisions

Jump to navigation Jump to search
m
(→‎Dependencies: Typography and wikimarkup.)
Line 109: Line 109:
</syntaxhighlight>
</syntaxhighlight>


By default after cloning you should have a local next branch that tracks the master next branch. It can be updated it with git pull.
By default after cloning you should have a local next branch that tracks the master next branch. It can be updated it with <code>git pull</code>.


'''Step 2:'''
'''Step 2:'''
Line 122: Line 122:
</syntaxhighlight>
</syntaxhighlight>
   
   
'''Note''' that if you don't want to install simgear globally on the system but in a specific directory, you can do so by adding --prefix=/path/to/your/fgInstallation to the ./configure 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>--prefix=/path/to/your/fgInstallation</code> to the <code>./configure</code> command


'''Step 3:'''
'''Step 3:'''
Line 132: Line 132:
</syntaxhighlight>
</syntaxhighlight>


''Note:'' with gcc 4.2 or later,on some platforms, you can get compiling errors about alc.h like:  
''Note:'' with <tt>gcc</tt> 4.2 or later,on some platforms, you can get compiling errors about <tt>alc.h</tt> like:  


  '<anonymous>' has incomplete type  
  '<anonymous>' has incomplete type  

Navigation menu