From d8d5c5c6a21b41215a3dce1725055d71f937c4e2 Mon Sep 17 00:00:00 2001 From: athomas Date: Mon, 24 Nov 2003 06:24:05 +0000 Subject: 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 --- README.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 2f16ff6..9f9a780 100644 --- a/README.txt +++ b/README.txt @@ -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) -- cgit v1.2.3