]> git.mxchange.org Git - flightgear.git/blobdiff - docs-mini/README.SimGear
Fuel consumption. Simple implementation without support for tank selection
[flightgear.git] / docs-mini / README.SimGear
index d42feafd8781921cdd5f84cb39baaf1c2d740dc9..19e15326f9e33f9ec209254a9a74d000769e00e4 100644 (file)
@@ -1,4 +1,4 @@
-21 February 2000 - CLO
+21 February 2001 - CLO
 
 As of version 0.7.2, FlightGear now requires the SimGear supporting
 libraries to be installed before configuring and building FlightGear.
 
 As of version 0.7.2, FlightGear now requires the SimGear supporting
 libraries to be installed before configuring and building FlightGear.
@@ -6,9 +6,9 @@ You must also have SimGear installed if you build the TerraGear
 scenery creating tools (TerraGear is not required to run the
 simulator).
 
 scenery creating tools (TerraGear is not required to run the
 simulator).
 
-You can get a copy of SimGear from the same place you get FlightGear:
+You can get a copy of SimGear from the simgear web page:
 
 
-    ftp://ftp.flightgear.org/pub/fgfs/Source/
+    http://www.simgear.org
 
 SimGear build notes:
 
 
 SimGear build notes:
 
@@ -17,6 +17,8 @@ install" to configure, build, and install SimGear.  By default,
 SimGear is installed in /usr/local/lib/libsg*.a and
 /usr/local/include/simgear/.
 
 SimGear is installed in /usr/local/lib/libsg*.a and
 /usr/local/include/simgear/.
 
-You may specify an alternate prefix, but then you may then also have
-to do addition things to add your non-standard include and lib paths
-to your compilers search path when you build FlightGear.
+You may specify an alternate prefix for building and installing
+SimGear.  If you do this, you may have to point the FlightGear
+configure script to the correct location of SimGear.  For instance, if
+you installed SimGear in /usr/site/include and /usr/site/lib, you
+could configure FlightGear with "./configure --with-simgear=/usr/site"