OpenSceneGraph: Difference between revisions

Jump to navigation Jump to search
→‎Compilation work arounds: Removed obsolete information.
(→‎Compilation work arounds: Removed obsolete information.)
Line 72: Line 72:
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).


=== Compilation work arounds ===


If you get errors when compiling the patched OpenSceneGraph after having compiled (and installed) OpenThreads and Producer successfully (happens on Arch Linux), you may have to add the following to your 'make':
    '''make PRODUCER_INC_DIR=/usr/local/include \'''
    '''PRODUCER_LIB_DIR=/usr/local/lib \'''
    '''OPENTHREADS_INC_DIR=/usr/local/include \'''
    '''OPENTHREADS_LIB_DIR=/usr/local/lib'''


== Current issues ==
== Current issues ==
789

edits

Navigation menu