aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/HowToBuild.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html
index 913eb1342..ad965e194 100644
--- a/doc/HowToBuild.html
+++ b/doc/HowToBuild.html
@@ -207,7 +207,8 @@
</li>
<li> <b>Build the source tree:</b> <br/>
- Open a command shell in the "jogl/make" directory of the source tree and type <code>"ant"</code>.
+ Open a command shell in the "gluegen/make" directory of the source tree and type <code>"ant"</code>.<br/>
+ Then open a command shell in the "jogl/make" directory of the source tree and type <code>"ant"</code>.
<ul>
<li>
An experimental binding to the high-level <a href="http://developer.nvidia.com/view.asp?PAGE=cg_main">Cg</a>
@@ -219,7 +220,7 @@
<li> <b>Test your build:</b> <br/> Stay in your command shell in the "jogl/make" directory of the source tree and type <code>"ant junit.run"</code>.</li>
- <li> <b>Build Javadoc:</b> <br/> Stay in your command shell in the "jogl/make" directory of the source tree and type "<code>ant javadoc"</code>.
+ <li> <b>Build Javadoc:</b> <br/> Stay in your command shell in the "jogl/make" directory of the source tree and type "<code>ant javadoc.all"</code>.
This will produce the end-user documentation for JOGL along with some auxiliary utility packages.
</li>
</ol>