diff options
author | Michael Bien <[email protected]> | 2010-08-28 18:17:49 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-08-28 18:17:49 +0200 |
commit | f9f18e758bcf54b3e2e05641fd862e7df3676363 (patch) | |
tree | be2702e53c4254cefad50498c89b1513b8ebd6c5 /README.txt | |
parent | afa3632e8df813f54195c8a97833eff5c832d6ee (diff) |
removed requirement to specify 'joal.lib.dir' property since its no longer used.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -153,16 +153,7 @@ is used during the glue code generation process. Copy the joal.properties file from the make/ subdirectory into your home directory, or in particular where the Java system property user.home points to (on Windows, this is C:\Documents and -Settings\username\). Edit the joal.lib.dir property to point to the -lib directory of your current OpenAL installation. For Windows this -might be "C:/Program Files/OpenAL 1.1 SDK/libs/Win32". - -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 ". - +Settings\username\). On Windows, you may want to edit the win32.c.compiler property to indicate the C compiler you prefer to use (vc6, vc7 or mingw). |