]> git.mxchange.org Git - flightgear.git/blobdiff - README.plib
add instrument name & index to subsystem name id
[flightgear.git] / README.plib
index db998e320850103f9cc72973d449f5f267af87d6..18ecdd65442910cc1f3b451d46da56a2c6da76f4 100644 (file)
@@ -1,13 +1,16 @@
-You *must* have the plib version 1.0.19 or later installed on your system 
-to build the FGFS simulator!"
+[This file is mirrored in both the FlightGear and SimGear packages.]
 
-You can get the 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/projs/plib/
+You can get the latest version of plib from:
+
+    http://plib.sourceforge.net
 
 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/local/plib/
-which is where flightgear now expects to find it.
+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