diff options
author | Kenneth Russel <[email protected]> | 2004-04-07 21:02:47 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2004-04-07 21:02:47 +0000 |
commit | 0a2874e6d6a69e3f5c8392402ad1d520adf37b23 (patch) | |
tree | c39af3cf116d42d5df194ebfd52871656e5fa509 /doc | |
parent | 7c00238d2df867a2a8e32c4edb7347b8bb0cb584 (diff) |
Updated build documentation to indicate that Ant 1.6+ should now work
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@92 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HowToBuild.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 1f9a0e323..2e8e7c857 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -12,8 +12,8 @@ Here are the steps that are required in order to build the Jogl OpenGL binding from a fresh copy of the source distribution: <OL> - <LI> <B>Install Ant:</B> <br> Download and unpack Ant 1.5.3 from <a href="http://ant.apache.org/">http://ant.apache.org</a> and add the <code>bin/</code> subdirectory to your PATH environment variable. - <LI> <B>Install ANTLR:</B> <br> Download and unpack ANTLR 2.7.2 from <a href="http://www.antlr.org">http://www.antlr.org</a>. + <LI> <B>Install Ant:</B> <br> Download and unpack Ant 1.5.3 from <a href="http://ant.apache.org/">http://ant.apache.org</a> and add the <code>bin/</code> subdirectory to your PATH environment variable. (Later versions of Ant should work; 1.6.1 has been tested successfully.) + <LI> <B>Install ANTLR:</B> <br> Download and unpack ANTLR 2.7.2 from <a href="http://www.antlr.org">http://www.antlr.org</a>. (Later versions of ANTLR should work; ANTLR 2.7.3 has been tested successfully.) <LI> <B>Unset your CLASSPATH environment variable:</B> <br> The Ant build requires that the Jogl jars not be visible on the classpath. On Unix, type <code> unsetenv CLASSPATH </code> into a csh or tcsh shell, or <code> set CLASSPATH=; export CLASSPATH </code> into a Bourne shell. On Windows, type <code> set CLASSPATH= </code> into a command prompt. |