]> git.mxchange.org Git - flightgear.git/blob - README.OpenAL
initial commit for a python based terrasync client
[flightgear.git] / README.OpenAL
1 [This file is mirrored in both the FlightGear and SimGear packages.]
2
3 You *must* have the development components of OpenAL installed on your system
4 to build FlightGear!"  You can get a copy here:
5
6       http://connect.creativelabs.com/openal/default.aspx
7
8 Build notes:
9
10 You can download a versioned release of the openal library from 
11 http://www.openal.org/downloads.html. Download the openal source,
12 release 0.0.8 (dated February 11, 2006) and run:  
13 tar xjvf openal-soft-1.5.304.tar.bz2
14 cd openal-soft-1.5.304/
15 ccmake .
16
17 [ While running ccmake: press 'c' to configure, press 'c' once more, and
18   then press 'g' to generate and exit ]
19
20