]> git.mxchange.org Git - flightgear.git/blob - docs-mini/README.SimGear
Update VS2008 projects : use Boost 1.44.0 available in last 3rd Party archive
[flightgear.git] / docs-mini / README.SimGear
1 21 February 2001 - 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 simgear web page:
10
11     http://www.simgear.org
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 for building and installing
21 SimGear.  If you do this, you may have to point the FlightGear
22 configure script to the correct location of SimGear.  For instance, if
23 you installed SimGear in /usr/site/include and /usr/site/lib, you
24 could configure FlightGear with "./configure --with-simgear=/usr/site"