]> git.mxchange.org Git - flightgear.git/blobdiff - README.plib
- make weighting factors for search function with target heading permanent
[flightgear.git] / README.plib
index 9be631138b70b749126136192af8d238505d0059..18ecdd65442910cc1f3b451d46da56a2c6da76f4 100644 (file)
@@ -1,24 +1,16 @@
-You *must* have the plib library installed on your system to build
-the FGFS simulator!"
+[This file is mirrored in both the FlightGear and SimGear packages.]
 
-You can get the original library from:
+You *must* have plib version 1.8.4 or later installed on your system
+to build FlightGear!"  Flight Gear is no longer compatible with the
+earlier versions of the library.
 
-    http://www.woodsoup.org/~sbaker/plib/
+You can get the latest version of plib from:
 
-This library is also mirrored (identical) at:
-
-    ftp://ftp.flightgear.org/pub/fgfs/Source/plib-1.0.2.tar.gz
+    http://plib.sourceforge.net
 
 Build notes:
 
-When you run "./configure" to configure the package, plib's defaults
-to installing the headers in /usr/local/plib/include and the libraries
-in /usr/local/plib/lib.
-
-If you would prefer to install these in /usr/local/include/plib/ and
-/usr/local/lib, then run configure with the following options:
-
-    ./configure --prefix=/usr/local --includedir=/usr/local/include/plib
-
-Installing like this makes it much easier for the fgfs configure script
-to locate the plib includes and libs.
+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
+like this, be sure to specify an alternate prefix such as --prefix=/usr/local