diff options
author | kbr <[email protected]> | 2006-02-01 19:12:20 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2006-02-01 19:12:20 +0000 |
commit | 59ebf6110a88373814c16ed7bf2bc9b364ac1d3e (patch) | |
tree | 2c4bd8cc2f0ed217ab6a95f9debf45a0d16f0df2 /README.txt | |
parent | b66339c73ce48ed7b16aa2119601ade27c4c6881 (diff) |
Added instructions from Travis Bryson for forcing OpenAL upgrade on
Linux distributions which pre-bundle an older version of OpenAL
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@110 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -106,6 +106,23 @@ Preparations: OpenAL comes with various Linux distributions. You might have it already. If not, try rpmfind, apt-get or emerge. + More up-to-date versions are available from openal.org in the + downloads section. Install first the openal-[version].i586.rpm and + then the openal-devel-[version]-i586.rpm. Unfortunately, due to + confusion in the OpenAL version numbering, the version from + openal.org may seem to be "older" than the version preinstalled on + the Linux distribution, even though it is more recent. To work + around this problem, do the following steps: + + # rpm --force --upgrade openal-0.0.8-1.i586.rpm + # rpm -i openal-devel-0.0.8-1.i586.rpm + + Now test to make sure the RPMs are installed: + + # rpm -qa | grep -i openal + openal-0.0.8-1 + openal-devel-0.0.8-1 + For the newest version you need to compile OpenAL yourself from CVS: -- follow the instruction at www.openal.org to check out a fresh copy @@ -118,7 +135,7 @@ Preparations: -- add /usr/local/lib to you /etc/ld.so.conf and run ldconfig * OSX: - Grab the OpenAL SDK from Creative Labs and install it. + Grab the OpenAL SDK from openal.org and install it. JOAL Build Instructions: |