diff options
author | Kenneth Russel <[email protected]> | 2006-11-24 14:38:12 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-11-24 14:38:12 +0000 |
commit | 5f2951582e1f544ed06ccdc4d51c68ae2354e01a (patch) | |
tree | 9bb3d086bb0687812c82d77e788ea4ac208e0423 /doc/userguide/index.html | |
parent | bf11413418727af5957619fd2242056acc57f360 (diff) |
Added featured projects section to JOGL home page. Reorganized and
updated documentation to move certain non-essential portions of home
page into developer documentation.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@995 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'doc/userguide/index.html')
-rw-r--r-- | doc/userguide/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/userguide/index.html b/doc/userguide/index.html index b3d1e408d..62011901a 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -14,6 +14,7 @@ <LI> Overview <LI> Developing with JOGL <UL> + <LI> Building the source tree <LI> Local installation for development <LI> Java Web Start integration <LI> Applet support @@ -86,6 +87,18 @@ the JSR has not yet been produced. <H2> Developing with JOGL </H2> +<H3> Building the source tree </H3> + +<P> + +Most developers using JOGL will download the most current <a +href="https://jogl.dev.java.net/servlets/ProjectDocumentList">release +build</a>. Separate instructions are available on how to <a +href="https://jogl.dev.java.net/unbranded-source/browse/*checkout*/jogl/doc/HowToBuild.html?rev=HEAD&content-type=text/html">build +the source tree</a>. + +</P> + <H3> Local installation for development </H3> <P> |