]> git.mxchange.org Git - flightgear.git/blob - README.plib
34853459528248daa8d16576b5d2b5ffc38c2fae
[flightgear.git] / README.plib
1 You *must* have the plib library installed on your system to build
2 the FGFS simulator!"
3
4 You can get the original library from:
5
6     http://www.woodsoup.org/projs/plib
7
8 This library is also mirrored (identical) at:
9
10     ftp://ftp.flightgear.org/pub/fgfs/Source/plib-1.0.2.tar.gz
11
12 Build notes:
13
14 When you run "./configure" to configure the package, plib's defaults
15 to installing the headers in /usr/local/plib/include and the libraries
16 in /usr/local/plib/lib.
17
18 If you would prefer to install these in /usr/local/include/plib/ and
19 /usr/local/lib, then run configure with the following options:
20
21     ./configure --prefix=/usr/local --includedir=/usr/local/include/plib
22
23 Installing like this makes it much easier for the fgfs configure script
24 to locate the plib includes and libs.