Building FlightGear - Linux: Difference between revisions

Jump to navigation Jump to search
Line 167: Line 167:
  ./configure --prefix=/path/to/fgInstallation --with-osg=/path/to/osg/installation --enable-osgviewer
  ./configure --prefix=/path/to/fgInstallation --with-osg=/path/to/osg/installation --enable-osgviewer
In this case you have to tell your system where to find the OSG libraries before you can run flightgear:
In this case you have to tell your system where to find the OSG libraries before you can run flightgear:
   export LD_LIBRARY_PATH=/path/to/fgInstallation/lib:$LD_LIBRARY_PATH
   export LD_LIBRARY_PATH=/path/to/osgInstallation/lib:$LD_LIBRARY_PATH


'''Step 3:'''
'''Step 3:'''
789

edits

Navigation menu