diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/README.txt | 3 | ||||
-rw-r--r-- | www/index.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/README.txt b/www/README.txt index 3e44092..2f16ff6 100644 --- a/www/README.txt +++ b/www/README.txt @@ -62,7 +62,8 @@ packages and tools have been used: * Windows: -- Win32 (Win XP in the case of our machine) - -- OpenAL1.0 SDK from Creative Labs (available at ftp://opensource.creative.com/pub/sdk/OpenALSDK.exe) + -- OpenAL1.0 SDK from Creative Labs (available at http://developer.creative.com + under "Gaming -> Development Kits -> Open AL") -- MinGW 2.0.0 plus the following updates: (all available at www.mingw.org) -- binutils 2.13.90 -- w32api-2.2 diff --git a/www/index.html b/www/index.html index bc27481..5c3931d 100644 --- a/www/index.html +++ b/www/index.html @@ -80,7 +80,8 @@ <li>Windows: <ul> <li> Win32 (Win XP in the case of our machine)</li> - <li> OpenAL1.0 SDK (available at <a href="ftp://opensource.creative.com/pub/sdk/OpenALSDK.exe">ftp://opensource.creative.com/pub/sdk/OpenALSDK.exe</a>)</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> MinGW 2.0.0 plus the following updates: (all available at <a href="http://www.mingw.org">www.mingw.org</a>) <ul> |