Added --with-simgear=path option to the configure script.
This commit is contained in:
parent
13fbcc7ba0
commit
d0623c435e
1 changed files with 5 additions and 3 deletions
|
@ -17,6 +17,8 @@ install" to configure, build, and install SimGear. By default,
|
||||||
SimGear is installed in /usr/local/lib/libsg*.a and
|
SimGear is installed in /usr/local/lib/libsg*.a and
|
||||||
/usr/local/include/simgear/.
|
/usr/local/include/simgear/.
|
||||||
|
|
||||||
You may specify an alternate prefix, but then you may then also have
|
You may specify an alternate prefix for building and installing
|
||||||
to do addition things to add your non-standard include and lib paths
|
SimGear. If you do this, you may have to point the FlightGear
|
||||||
to your compilers search path when you build 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"
|
||||||
|
|
Loading…
Reference in a new issue