]> git.mxchange.org Git - simgear.git/blob - README.OSG
Revert to the previous way of handling OpenAL. The reason was to find alext.h but...
[simgear.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 Notice that this version of SimGear/FlightGear requires at least OSG 3.0.0.
7
8 You can get the latest version of OSG from:
9
10 http://www.openscenegraph.org/
11
12 Build notes:
13
14 Unzip the file OpenSceneGraph-x.x.zip and install using the following
15 commands:
16
17 unzip OpenSceneGraph-x.x
18 cd OpenSceneGraph
19 ccmake .
20
21 [ While running ccmake: press 'c' to configure, press 'c' once more, and
22   then press 'g' to generate and exit ]
23
24 make
25 sudo make install
26