Building FlightGear - Linux: Difference between revisions

Jump to navigation Jump to search
Note for GIT builds added
(GIT builds no longer needs automake)
(Note for GIT builds added)
Line 133: Line 133:
Next, go into the directory and make preparations for the compilation:
Next, go into the directory and make preparations for the compilation:
  cd simgear
  cd simgear
  ./autogen.sh
  ''./autogen.sh''
  ./configure
  ./configure


Line 162: Line 162:
Next, go into the folder and make preparations for the compilation:
Next, go into the folder and make preparations for the compilation:
  cd flightgear
  cd flightgear
  ./autogen.sh
  ''./autogen.sh''
  ./configure
  ./configure


Line 206: Line 206:
* [http://www.oflebbe.de/oflebbe/FlightGear/index.html MSVC8 aka Visual 2005]
* [http://www.oflebbe.de/oflebbe/FlightGear/index.html MSVC8 aka Visual 2005]
* [http://macflightgear.sourceforge.net/home/documents/ Mac OS X]
* [http://macflightgear.sourceforge.net/home/documents/ Mac OS X]
== Important note for GIT users ==
As of latest development in GIT, only cmake is now required for building both SimGear and FlightGear. So if you build GIT (for what any reason) please don't try to use autogen.sh as it is removed from repository.


{{Building}}
{{Building}}
106

edits

Navigation menu