diff options
author | kbr <[email protected]> | 2006-01-13 01:21:49 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2006-01-13 01:21:49 +0000 |
commit | 7a45837b60c5cb5b3582167ccbf770c13bd21ea0 (patch) | |
tree | 4831c9c2ffc832c8de73c2b0dce22affbaf09ff7 /www | |
parent | 1a0b7c61155813ac0bf3c6d58b4dac15f0225101 (diff) |
Revised OpenAL SDK links to point to openal.org
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@102 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html index 5c3931d..7892dec 100644 --- a/www/index.html +++ b/www/index.html @@ -80,8 +80,7 @@ <li>Windows: <ul> <li> Win32 (Win XP in the case of our machine)</li> - <li> OpenAL1.0 SDK (available at <a href="http://developer.creative.com">http://developer.creative.com</a> - under "Gaming -> Development Kits -> OpenAL")</li> + <li> OpenAL 1.0/1.1 SDK (available at <a href="http://www.openal.org">OpenAL.org</a>) </li> <li> MinGW 2.0.0 plus the following updates: (all available at <a href="http://www.mingw.org">www.mingw.org</a>) <ul> @@ -96,18 +95,14 @@ <ul> <li>Linux i386 (Redhat 9.0)</li> <li>gcc 3.2.2, binutils 2.13.90</li> - <li>OpenAL CVS version from <a href="http://opensource.creative.com">opensource.creative.com</a> - (see CVS instructions at <a href="http://www.openal.org">www.openal.org</a>)<br> - </li> + <li> OpenAL 1.0/1.1 SDK (available at <a href="http://www.openal.org">OpenAL.org</a>) </li> </ul> </li> <li>OSX <ul> <li> OSX 10.2 or later</li> <li>OSX Developer Tools</li> - <li>OpenAL1.0 SDK (available at <a href="http://developer.creative.com">http://developer.creative.com</a> - under "Gaming -> Development Kits -> OpenAL")<br> - </li> + <li> OpenAL 1.0/1.1 SDK (available at <a href="http://www.openal.org">OpenAL.org</a>) </li> </ul> Please refer to <a href="README.txt">README.txt</a> for additional build information.</li> |