diff options
author | athomas <[email protected]> | 2003-08-19 12:32:28 +0000 |
---|---|---|
committer | athomas <[email protected]> | 2003-08-19 12:32:28 +0000 |
commit | 7d68e9e5843773d6bbcce0fb7e9580d159de57d9 (patch) | |
tree | 5df8f177442f7b76d79cb0d035f16060e4b6cea4 /www | |
parent | 6afa8646b3924de13f5a605cff275c2107e1dafd (diff) |
Added Linux build instructions
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@52 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 50 |
1 files changed, 37 insertions, 13 deletions
diff --git a/www/index.html b/www/index.html index 4939726..168cbd1 100644 --- a/www/index.html +++ b/www/index.html @@ -64,24 +64,48 @@ </tr> <tr> <td valign="top" bgcolor="#FFFFFF"><p>This project has been built - in the following environment:</p> + under Win32 and Linux. The following packages and tools have + been used:</p> <ul> - <li> Win32 (Win XP in the case of our machine)</li> - <li> Sun J2SDK 1.4.2 (available at <a href="http://java.sun.com" target="_blank">java.sun.com</a>)</li> - <li> OpenAL1.0 SDK from Creative Labs (available at <a href="http://developer.creative.com" target="_blank">developer.creative.com</a> - under "Gaming -> Development Kits -> Open AL") + <li>All Systems: + <ul> + <li>Sun J2SDK 1.4.2 (available at <a href="http://java.sun.com">java.sun.com</a>)</li> + <li>ANT 1.5.3 (available at <a href="http://www.apache.org">apache.org</a>)</li> + <li>JUnit 3.8.1 (available at <a href="http://www.junit.org">junit.org</a>) + copy junit.jar to the apache-ant lib directory<br> + </li> + </ul> + </li> + <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> MinGW 2.0.0 plus the following updates: (all available + at <a href="http://www.mingw.org">www.mingw.org</a>) + <ul> + <li>binutils 2.13.90</li> + <li> w32api-2.2</li> + <li> mingw-runtime-2.4</li> + </ul> + </li> + </ul> + </li> + <li> Linux: + <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="opensource.creative.com">opensource.creative.com</a> + (see CVS instructions at <a href="http://www.openal.org">www.openal.org</a>)<br> + </li> + </ul> </li> - <li> MinGW 2.0.0 plus the following updates: (all available - at <a href="http://www.mingw.org" target="_blank">www.mingw.org</a>) + <li>OSX <ul> - <li>binutils 2.13.90</li> - <li> w32api-2.2</li> - <li> mingw-runtime-2.4</li> + <li> to be ported<br> + </li> </ul> </li> - <li> ANT 1.5.3 (available at <a href="http://www.apache.org" target="_blank">www.apache.org</a>)</li> - <li> JUnit 3.8.1 (available at <a href="http://www.junit.org" target="_blank">www.junit.org</a>) - copy junit.jar to the apache-ant lib directory</li> </ul></td> </tr> </table></td> |