From 13fbcc7ba0c4ba210711b9976e03346c512b0106 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 22 Feb 2000 05:33:26 +0000 Subject: [PATCH] Added a configure check for the existance of SimGear. --- docs-mini/README.SimGear | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs-mini/README.SimGear diff --git a/docs-mini/README.SimGear b/docs-mini/README.SimGear new file mode 100644 index 000000000..d42feafd8 --- /dev/null +++ b/docs-mini/README.SimGear @@ -0,0 +1,22 @@ +21 February 2000 - CLO + +As of version 0.7.2, FlightGear now requires the SimGear supporting +libraries to be installed before configuring and building FlightGear. +You must also have SimGear installed if you build the TerraGear +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: + + ftp://ftp.flightgear.org/pub/fgfs/Source/ + +SimGear build notes: + +You should be able to just run the standard "./configure; make; make +install" to configure, build, and install SimGear. By default, +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.