From d2b9ef0612d278ad1fb8ca4501ee028004c53dc3 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 9 Feb 2006 18:54:46 +0000 Subject: Added note requested by Justin Couch on needing JDK 5 for AMD64 builds git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@591 232f8b59-042b-4e1e-8c03-345bb8c30851 --- doc/HowToBuild.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 41d40c497..253b026c3 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -12,8 +12,9 @@ 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.6.1 or later from http://ant.apache.org and add the bin/ subdirectory to your PATH environment variable. (Later versions of Ant should work; 1.6.2 has been tested successfully.) -
  2. 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.) +
  3. Install the JDK:
    the JOGL build requires JDK 1.4.2 or later. On AMD64 platforms such as Linux/AMD64, Solaris/AMD64 and Windows/AMD64, the build requires the Sun JDK 5.0 or later, as the 1.4.2 releases did not have an AMD64-specific JVM. On these platforms, it is also currently necessary to have e.g. bin/amd64/java in your PATH, although from a technical standpoint this could be worked around in the build process. +
  4. Install Ant:
    Download and unpack the latest version of Ant from http://ant.apache.org and add the bin/ subdirectory to your PATH environment variable. +
  5. Install ANTLR:
    Download and unpack the latest version of ANTLR from http://www.antlr.org. Only the jar file is needed.
  6. 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 unset CLASSPATH into a Bourne shell. On Windows, type set CLASSPATH= into a command prompt. -- cgit v1.2.3