1
0
Fork 0
flightgear/README.OSG
2007-09-01 12:51:56 +00:00

24 lines
520 B
Text

[This file is mirrored in both the FlightGear and SimGear packages.]
You *must* have OpenSceneGraph (OSG) installed to build this version of
FlightGear.
You can get the latest version of OSG from:
http://www.openscenegraph.org/
Build notes:
Unzip the file OpenSceneGraph-2.0.zip and install using the following
commands:
unzip OpenSceneGraph-2.0
cd OpenSceneGraph
ccmake .
[ While running ccmake: press 'c' to configure, press 'c' once more, and
then press 'g' to generate and exit ]
make
sudo make install