Changes between Version 7 and Version 8 of code/libs/OpenAL
- Timestamp:
- Nov 29, 2007, 2:04:18 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/libs/OpenAL
v7 v8 7 7 You need the [http://www.openal.org/openal_webstf/downloads/openal-0.0.8.tar.gz OpenAL] and the [http://www.openal.org/openal_webstf/downloads/freealut-1.1.0.tar.gz FreeAlut] Package. FreeAlut are utilities for OpenAL and depend on it. 8 8 9 Install-Script for installing allto a predefined directory:9 Install-Script for installing the two packages to a predefined directory: 10 10 {{{ 11 11 #!/bin/bash 12 12 13 INSTALL_DIR=/ home/nicolape/openal/test13 INSTALL_DIR=/insert/your/desired/directory/here 14 14 15 15 cd openal-0.0.8