aboutsummaryrefslogtreecommitdiffstats
path: root/doc/HowToBuild.html
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-10-10 09:23:37 +0200
committerSven Gothel <[email protected]>2011-10-10 09:23:37 +0200
commit565d148d70bac0059b4bd057330b675248f43fe5 (patch)
tree352567d40c330ec39970142dfcf596bccda41789 /doc/HowToBuild.html
parent600ebcac40ee2d13947701fffc51ea93887db89c (diff)
Fix HowToBuild
Diffstat (limited to 'doc/HowToBuild.html')
-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>