]> git.mxchange.org Git - flightgear.git/blob - README.OSG
cygwin related fixes, and some minor future release related maintenance
[flightgear.git] / README.OSG
1 [This file is mirrored in both the FlightGear and SimGear packages.]
2
3 You *must* have OpenSceneGraph (OSG) installed to build this version of 
4 FlightGear.
5
6 You can get the latest version of OSG from:
7
8 http://www.openscenegraph.org/
9
10 Build notes:
11
12 Unzip the file OpenSceneGraph-2.0.zip and install using the following
13 commands:
14
15 unzip OpenSceneGraph-2.0
16 cd OpenSceneGraph
17 ccmake .
18
19 [ While running ccmake: press 'c' to configure, press 'c' once more, and
20   then press 'g' to generate and exit ]
21
22 make 
23 sudo make install
24