1
0
Fork 0
flightgear/docs-mini/README.plib

17 lines
619 B
Text
Raw Normal View History

2002-09-03 01:12:26 +00:00
[This file is mirrored in both the FlightGear and SimGear packages.]
You *must* have plib version 1.6.0 or later installed on your system
to build FlightGear!" Flight Gear is no longer compatible with the
earlier versions of the library.
2000-02-15 23:20:36 +00:00
You can get the latest version of plib from:
http://plib.sourceforge.net
2000-02-15 23:20:36 +00:00
Build notes:
You should be able to just run "./configure" to configure the package
and use all of plib's defaults. Then run "make" followed by "make
install". By default, plib installs itself into /usr so if you don't
2002-09-03 01:12:26 +00:00
like this, be sure to specify an alternate prefix such as --prefix=/usr/local