]> git.mxchange.org Git - flightgear.git/blob - docs-mini/README.plib
Update VS2008 projects : use Boost 1.44.0 available in last 3rd Party archive
[flightgear.git] / docs-mini / README.plib
1 [This file is mirrored in both the FlightGear and SimGear packages.]
2
3 You *must* have plib version 1.6.0 or later installed on your system
4 to build FlightGear!"  Flight Gear is no longer compatible with the
5 earlier versions of the library.
6
7 You can get the latest version of plib from:
8
9     http://plib.sourceforge.net
10
11 Build notes:
12
13 You should be able to just run "./configure" to configure the package
14 and use all of plib's defaults.  Then run "make" followed by "make
15 install".  By default, plib installs itself into /usr so if you don't
16 like this, be sure to specify an alternate prefix such as --prefix=/usr/local