diff options
author | athomas <[email protected]> | 2003-11-24 06:24:05 +0000 |
---|---|---|
committer | athomas <[email protected]> | 2003-11-24 06:24:05 +0000 |
commit | d8d5c5c6a21b41215a3dce1725055d71f937c4e2 (patch) | |
tree | 7193c4e67ff840c300081e000881cc0e91447b72 /README.txt | |
parent | 5d1c62f08d688c7cb3c8ed4846c93423b74b5fd2 (diff) |
added auto checking of OpenAL installation
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@81 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -123,11 +123,15 @@ Edit the value of the jdk.home property in the root build.xml file to point to your Java 2 SDK installation (ex: c:/j2sdk1.4.2 ,/opt/j2sdk1.4.2, or /Library/Java/Home) Edit the value of the openal.home property in the root build.xml file to point -to your OpenAL SDK installation. For Windows this might be -"c:/program files/creative labs/openal 1.0 sdk". +to your OpenAL SDK installation. + +For Windows this might be "c:/program files/creative labs/openal 1.0 sdk". + Under Linux set the property to the toplevel directory of your OpenAL CVS version. If OpenAl came with your distribution and the header files are in /usr/include/AL, -set the property to '/usr'. Under OSX the default distribution will install to "/Library/Frameworks/OpenAL.framework ". +set the property to '/usr'. + +Under OSX the default distribution will install to "/Library/Frameworks/OpenAL.framework ". To clean: ant clean To build: ant all (or just ant) |