2007-09-01 20:55:46 +08:00
|
|
|
[This file is mirrored in both the FlightGear and SimGear packages.]
|
|
|
|
|
2011-11-09 20:55:49 +08:00
|
|
|
You *must* have OpenSceneGraph (OSG) installed to build this version of
|
2007-09-01 20:55:46 +08:00
|
|
|
FlightGear.
|
|
|
|
|
2012-06-27 04:43:48 +08:00
|
|
|
Notice that this version of SimGear/FlightGear requires at least OSG 3.0.0.
|
2008-12-20 17:10:43 +08:00
|
|
|
|
2007-09-01 20:55:46 +08:00
|
|
|
You can get the latest version of OSG from:
|
|
|
|
|
|
|
|
http://www.openscenegraph.org/
|
|
|
|
|
|
|
|
Build notes:
|
|
|
|
|
2008-12-20 17:10:43 +08:00
|
|
|
Unzip the file OpenSceneGraph-x.x.zip and install using the following
|
2007-09-01 20:55:46 +08:00
|
|
|
commands:
|
|
|
|
|
2008-12-20 17:10:43 +08:00
|
|
|
unzip OpenSceneGraph-x.x
|
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 ]
|
|
|
|
|
2011-11-09 20:55:49 +08:00
|
|
|
make
|
2007-09-01 20:55:46 +08:00
|
|
|
sudo make install
|
|
|
|
|