827
edits
(→Compilation workaround: Added a description how to deal with OSG's lack of --prefix support.) |
|||
| Line 54: | Line 54: | ||
3. Copy or (soft)link Producer/include/Producer into your $PREFIX/include/ directory. | 3. Copy or (soft)link Producer/include/Producer into your $PREFIX/include/ directory. | ||
4. Copy or (soft)link OpenSceneGraph/include/ | 4. Copy or (soft)link OpenSceneGraph/include/osg* into your $PREFIX/include/ directory. | ||
5. Copy or (soft)link OpenThreads/lib/<system>/lib*.so into your $PREFIX/lib/ directory. | 5. Copy or (soft)link OpenThreads/lib/<system>/lib*.so into your $PREFIX/lib/ directory. | ||
| Line 70: | Line 70: | ||
Installing with --prefix is a very nice way to keep several distinct and independent versions of FlightGear around. To start a new $PREFIX directory you'll also need to install plib in it, but that is easy. Most other needed dependencies are usually available through the package system of most Linux distributions (e.g. FreeGLUT, SDL, ALSA, etc). | Installing with --prefix is a very nice way to keep several distinct and independent versions of FlightGear around. To start a new $PREFIX directory you'll also need to install plib in it, but that is easy. Most other needed dependencies are usually available through the package system of most Linux distributions (e.g. FreeGLUT, SDL, ALSA, etc). | ||
FIXME: Maybe it is enough to copy only the OpenSceneGraph/include/osg* and OpenSceneGraph/lib/<system>/lib*.so stuff into $PREFIX? | |||
== Current Issues == | == Current Issues == | ||
edits