Initialize random number for the tests.
[simgear.git] / README.OSG
blob58bc8de871633dc9c4dbd475344f6b07e9211064
1 [This file is mirrored in both the FlightGear and SimGear packages.]
3 You *must* have OpenSceneGraph (OSG) installed to build this version of 
4 FlightGear.
6 Notice that FlightGear 1.9.0 requires at least version 2.7.8. Using earlier 
7 versions of OSG will yield serious rendering bugs. 
9 You can get the latest version of OSG from:
11 http://www.openscenegraph.org/
13 Build notes:
15 Unzip the file OpenSceneGraph-x.x.zip and install using the following
16 commands:
18 unzip OpenSceneGraph-x.x
19 cd OpenSceneGraph
20 ccmake .
22 [ While running ccmake: press 'c' to configure, press 'c' once more, and
23   then press 'g' to generate and exit ]
25 make 
26 sudo make install