First step for something doing static friction stuff.
[simgear.git] / README.OpenAL
blob7c0cd01f1b3ad065e2a85cbed27c7ac043b1b092
1 [This file is mirrored in both the FlightGear and SimGear packages.]
3 You *must* have the development components of OpenAL installed on your system
4 to build FlightGear!"  You can get a copy here:
6       http://connect.creativelabs.com/openal/default.aspx
8 Build notes:
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 .
17 [ While running ccmake: press 'c' to configure, press 'c' once more, and
18   then press 'g' to generate and exit ]
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