]> git.mxchange.org Git - flightgear.git/blob - docs-mini/README.SimGear
Added a configure check for the existance of SimGear.
[flightgear.git] / docs-mini / README.SimGear
1 21 February 2000 - CLO
2
3 As of version 0.7.2, FlightGear now requires the SimGear supporting
4 libraries to be installed before configuring and building FlightGear.
5 You must also have SimGear installed if you build the TerraGear
6 scenery creating tools (TerraGear is not required to run the
7 simulator).
8
9 You can get a copy of SimGear from the same place you get FlightGear:
10
11     ftp://ftp.flightgear.org/pub/fgfs/Source/
12
13 SimGear build notes:
14
15 You should be able to just run the standard "./configure; make; make
16 install" to configure, build, and install SimGear.  By default,
17 SimGear is installed in /usr/local/lib/libsg*.a and
18 /usr/local/include/simgear/.
19
20 You may specify an alternate prefix, but then you may then also have
21 to do addition things to add your non-standard include and lib paths
22 to your compilers search path when you build FlightGear.