From d0623c435e3e58cc0e8430e81b7977a4361ad3fc Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 24 Feb 2000 03:09:28 +0000 Subject: [PATCH] Added --with-simgear=path option to the configure script. --- docs-mini/README.SimGear | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs-mini/README.SimGear b/docs-mini/README.SimGear index d42feafd8..67efb8599 100644 --- a/docs-mini/README.SimGear +++ b/docs-mini/README.SimGear @@ -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/. -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"