]> git.mxchange.org Git - flightgear.git/blob - README.plib
0bbf51cb954a9960eeb08bb19388ee61f7f090fd
[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 Build notes:
9
10 When you run "./configure" to configure the package, plib's defaults
11 to installing the headers in /usr/local/plib/include and the libraries
12 in /usr/local/plib/lib.
13
14 If you would prefer to install these in /usr/local/include/plib/ and
15 /usr/local/lib, then run configure with the following options:
16
17     ./configure --prefix=/usr/local --includedir=/usr/local/include/plib
18
19 Installing into /usr/local/include/plib/ and /usr/local/lib makes it 
20 possible for the fgfs configure script to automatically locate the plib 
21 includes and libs.