diff options
author | Sven Gothel <[email protected]> | 2011-10-10 09:23:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-10 09:23:37 +0200 |
commit | 565d148d70bac0059b4bd057330b675248f43fe5 (patch) | |
tree | 352567d40c330ec39970142dfcf596bccda41789 /doc | |
parent | 600ebcac40ee2d13947701fffc51ea93887db89c (diff) |
Fix HowToBuild
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HowToBuild.html | 5 |
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> |