Remove plib dep references from documentation files

next
Christian Schmitt 12 years ago
parent c9cf4ad02a
commit 135a8102f0

@ -31,7 +31,6 @@ SimGear depends on a number of 3rd party libraries, the most notable
being: being:
* OpenSceneGraph (OSG) - see README.OSG * OpenSceneGraph (OSG) - see README.OSG
* Portable Games Library (PLIB) - see README.plib
* zlib compression library - see README.zlib * zlib compression library - see README.zlib
* Open Audio Library (OpenAL) - see README.OpenAL * Open Audio Library (OpenAL) - see README.OpenAL
* Subversion Client Library (optional dependency) * Subversion Client Library (optional dependency)

@ -20,8 +20,8 @@ Probably you want to specify an install prefix:
cmake ../simgear -DCMAKE_INSTALL_PREFIX=/usr cmake ../simgear -DCMAKE_INSTALL_PREFIX=/usr
Note the install prefix is automatically searched for required libraries Note the install prefix is automatically searched for required libraries
and header files, so if you install PLIB, OpenSceneGraph to the and header files, so if you install OpenSceneGraph to the same prefix,
same prefix, most configuration options are unnecessary. most configuration options are unnecessary.
If for some reason you have a dependency (or several) at a different prefix, If for some reason you have a dependency (or several) at a different prefix,
you can specify one or more via CMAKE_PREFIX_PATH: you can specify one or more via CMAKE_PREFIX_PATH:
@ -33,7 +33,7 @@ you can specify one or more via CMAKE_PREFIX_PATH:
Standard prefixes are searched automatically (/usr, /usr/local, /opt/local) Standard prefixes are searched automatically (/usr, /usr/local, /opt/local)
Most dependencies also expose an environment variable to specify their Most dependencies also expose an environment variable to specify their
installation directory explicitly eg OSG_DIR or PLIBDIR. Any of the methods installation directory explicitly eg OSG_DIR. Any of the methods
described above will work, but specifying an INSTALL_PREFIX or PREFIX_PATH is described above will work, but specifying an INSTALL_PREFIX or PREFIX_PATH is
usually simpler. usually simpler.

Loading…
Cancel
Save