From 0a2874e6d6a69e3f5c8392402ad1d520adf37b23 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 7 Apr 2004 21:02:47 +0000 Subject: 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 --- doc/HowToBuild.html | 4 ++-- 1 file 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:
    -
  1. Install Ant:
    Download and unpack Ant 1.5.3 from http://ant.apache.org and add the bin/ subdirectory to your PATH environment variable. -
  2. Install ANTLR:
    Download and unpack ANTLR 2.7.2 from http://www.antlr.org. +
  3. Install Ant:
    Download and unpack Ant 1.5.3 from http://ant.apache.org and add the bin/ subdirectory to your PATH environment variable. (Later versions of Ant should work; 1.6.1 has been tested successfully.) +
  4. Install ANTLR:
    Download and unpack ANTLR 2.7.2 from http://www.antlr.org. (Later versions of ANTLR should work; ANTLR 2.7.3 has been tested successfully.)
  5. Unset your CLASSPATH environment variable:
    The Ant build requires that the Jogl jars not be visible on the classpath. On Unix, type unsetenv CLASSPATH into a csh or tcsh shell, or set CLASSPATH=; export CLASSPATH into a Bourne shell. On Windows, type set CLASSPATH= into a command prompt. -- cgit v1.2.3