From 18b80112cef7ebad875a1768a8adf23d8e8dc364 Mon Sep 17 00:00:00 2001 From: djp Date: Sun, 8 Jun 2003 22:24:51 +0000 Subject: update docs git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@7 232f8b59-042b-4e1e-8c03-345bb8c30851 --- doc/HowToBuild.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc/HowToBuild.html') diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 73a4a943e..33a2feafb 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -23,17 +23,16 @@ OpenGL binding from a fresh copy of the source distribution:
  • On Linux/Solaris: Gnu Make is probably already installed. If it is not, you can obtain it from http://www.gnu.org/directory/devel/build/make.html
  • On Win32: You have two options. The first is to install the Cygwin environment, available from http://www.cygwin.com/. The second (untested) option is to install the GnuWin32 tools, available from http://sourceforge.net/projects/gnuwin32/. -
  • Build the source tree:
    You can do this by opening a command shell in the "make" directory of the source tree and typing "make PLATFORM COMPILER_OPTIONS CG_OPTIONS". PLATFORM, COMPILER_OPTIONS and CG_OPTIONS are as follows: +
  • Build the source tree:
    You can do this by opening a command shell in the "make" directory of the source tree and typing "make PLATFORM COMPILER_OPTIONS". PLATFORM, COMPILER_OPTIONS are as follows:
  • Add Jogl to your CLASSPATH:
    To be able to use Jogl, you must add the build process Java bytecode output directory (/build/classes) to your CLASSPATH environment variable.
  • Add Jogl to your PATH:
    To be able to use Jogl, you must also add the build process JNI code library directory (/build/obj) to your PATH.
  • Test if everything's working:
    To test if everything went well, you should build the "Gears.java" demo in the "/demos/gears" directory. Run "javac Gears.java" and then "java Gears"; you should see some spinning 3D gears appear in a window. -
  • Build Javadoc:
    "make doc" will produce the end-user documentation for Jogl along with some auxiliary utility packages. "make devdoc" will produce the developers' documentation, including that for the GlueGen tool. Appending "CG=1" to either of these commands will cause the javadoc for the Cg binding to be generated. +
  • Build Javadoc:
    "make doc" will produce the end-user documentation for Jogl along with some auxiliary utility packages. "make devdoc" will produce the developers' documentation, including that for the GlueGen tool. Note that there are a lot of warnings produced by ANTLR about the -- cgit v1.2.3