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