]> git.mxchange.org Git - flightgear.git/blob - README.OpenAL
Minor documentation update.
[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://www.openal.org
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 xzvf openal-0.0.8.tar.gz
14 cd openal-0.0.8
15 ./configure
16 make
17 sudo make install
18
19 The alut library is also required, but comes separately in the package
20 freelut-1.1.0.tar.gz. This package can be downloaded from the same page
21 (http://www.openal.org/downloads.html). Download and run:
22 tar xzvf freelut-1.1.0.tar.gz
23 cd freelut-1.1.0
24 ./configure
25 make
26 sudo make install
27
28 Alternatively, you can use the CVS version (follow the instructions at
29 the OpenAL web site) and build/install that one.