diff options
Diffstat (limited to 'doc/userguide')
-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> |