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
21
The alut library is also required, but comes separately in the package
22
freelut-1.1.0.tar.gz. This package can be downloaded from the same page
23
(http://connect.creativelabs.com/openal/default.aspx). Download and run:
24
tar xzvf freelut-1.1.0.tar.gz
25
cd freealut-1.1.0
26
./configure
27
make
28
sudo make install