diff options
author | Kenneth Russel <[email protected]> | 2005-05-27 22:28:01 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-05-27 22:28:01 +0000 |
commit | 2e17e1d9f8b9cae73fac1a0a0b49b5a9cd13280b (patch) | |
tree | 4e627d6e356b09c61745b9172a60c2977433b908 /www/index.html | |
parent | a3944ffd82fe2d12643cbf59d326ae1ccf535a5b (diff) |
Upgraded webstart binaries to 1.1 b12; updated HTML and JavaDoc; added
HDR demo
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@288 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/www/index.html b/www/index.html index 882abc8b8..c3c42f669 100644 --- a/www/index.html +++ b/www/index.html @@ -61,7 +61,7 @@ at Sun Microsystems.<br> <p>JOGL provides full access to the APIs in the OpenGL -1.5 specification as well as nearly all vendor extensions, and integrates +2.0 specification as well as nearly all vendor extensions, and integrates with the AWT and Swing widget sets.<br> </p> @@ -128,7 +128,7 @@ advanced OpenGL techniques now possible with the Java platform.<br> <p>This project has been built in the following environments. All require the <a href="http://www.antlr.org/">ANTLR</a> parser generator and the <a - href="http://ant.apache.org/">Ant</a> build system to be installed; please + href="http://ant.apache.org/">Ant</a> build system version 1.6 or later to be installed; please see the <a href="https://jogl.dev.java.net/unbranded-source/browse/*checkout*/jogl/doc/HowToBuild.html?rev=HEAD&content-type=text/html">build documentation</a> for details. </p> @@ -139,16 +139,16 @@ documentation</a> for details. </p> <ul> <li> <a - href="http://wwws.sun.com/software/solaris/index.html">Solaris - 8 for SPARC</a> </li> + href="http://www.sun.com/software/solaris/">Solaris + 8 or later</a> </li> <li> <a - href="http://wwws.sun.com/software/sundev/suncc/index.html">Sun - ONE Studio 8 Compiler Collection</a> </li> + href="http://www.sun.com/software/products/studio/">Sun + ONE Studio 8 Compiler Collection or later</a> </li> <li> <a - href="http://wwws.sun.com/software/graphics/opengl/index.html">Sun - OpenGL for Solaris</a> </li> + href="http://www.sun.com/software/graphics/opengl/">Sun + OpenGL for Solaris</a> (or <a href="http://www.mesa3d.org/">Mesa</a> for Solaris 9 x86) </li> <li> <a - href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a> + href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2 or later</a> </li> @@ -158,10 +158,10 @@ documentation</a> for details. </p> <ul> - <li> Red Hat Linux 7.3 for x86 </li> + <li> Red Hat Linux 7.3 for x86 or later </li> <li> GCC </li> <li> <a - href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a> + href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2 or later</a> </li> @@ -175,7 +175,7 @@ documentation</a> for details. </p> will not work with earlier releases) </li> <li> GCC </li> <li> <a href="http://www.apple.com/java/">Java - 1.4.2 for Mac OS X</a> </li> + 1.4.2 or later for Mac OS X</a> </li> </ul> @@ -184,12 +184,12 @@ documentation</a> for details. </p> <ul> - <li> Windows 2000 for x86 </li> + <li> Windows 2000 or later for x86 </li> <li> Microsoft Visual C++ - 6.0, 7.0, or <a href="http://www.mingw.org/">MinGW</a> compilers + 6.0 or later, or <a href="http://www.mingw.org/">MinGW</a> compilers </li> <li> <a - href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a> + href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2 or later</a> </li> |