2007-09-01 20:55:46 +08:00
|
|
|
[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:
|
|
|
|
|
2008-05-19 23:17:55 +08:00
|
|
|
Unzip the file OpenSceneGraph-2.4.zip and install using the following
|
2007-09-01 20:55:46 +08:00
|
|
|
commands:
|
|
|
|
|
2008-05-19 23:17:55 +08:00
|
|
|
unzip OpenSceneGraph-2.4
|
2007-09-01 20:55:46 +08:00
|
|
|
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
|
|
|
|
|