From 271e42b63de620db63b8b5a471023cff0017dbc9 Mon Sep 17 00:00:00 2001 From: kcr Date: Mon, 14 Jun 2004 20:34:49 +0000 Subject: Minor update to build instructions --- README-build.html | 130 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 80 insertions(+), 50 deletions(-) diff --git a/README-build.html b/README-build.html index 5a2c3e8..fc18a92 100644 --- a/README-build.html +++ b/README-build.html @@ -1,5 +1,6 @@ - + + - - - - README-build + README-build: build instructions for the j3d-examples project -Building -the Java 3D examples  programs
-
-
To build the Java 3D examples programs, you must first download -the j3d-examples -CVS repository:
-
-System Requirements
-
-
Any operating environment that supports J2SE and Java 3D should +

Building +the Java 3D Example Programs

+

To +build the Java 3D example programs, you must first checkout the j3d-examples +CVS +repository on java.net. For example, run +the cvs checkout command as follows:
+

+ +

+

+

System Requirements +

+

Any operating environment that supports J2SE and Java 3D should work.We have built j3d-examples on the following operating environments:
+

-The following software must be installed:
+

The following software must be installed:

-Building -j3d-examples
-
-
Before you start building, please check that your PATH must +

Building +j3d-examples
+

+

Before you start building, please check that your PATH must include the -following directories:
-    .    <ant-root-dir>/bin
-    .    <jdk-root_dir>/bin
-
-NOTE that Java 3D must be installed into the JDK that you have in your -path OR you must put the Java -3D & vecmath jar files in your CLASSPATH and the Java 3D libraries -in your LD_LIBRARY_PATH.
-
-To build all examples:
-
-    cd <java3d-root>/j3d-examples
-    ant
-
-This will build all example programs, each one being placed in the -corresponding src/<ExampleProgram> directory.  You may run +following directories:

+ +

NOTE that Java 3D must be installed into the JDK that you have in +your path OR you must put the +Java 3D and vecmath jar files (j3dcore.jar, j3dutils.jar and +vecmath.jar) in your CLASSPATH and the directory containing the +Java 3D libraries in your LD_LIBRARY_PATH (Solaris or Linus) or +PATH (Windows).
+

+

To build all examples:

+ +

+

+

This will build all example programs, each one being placed in the +corresponding src/<ExampleProgram> directory. +You may run ant from a subdirectory in order to just build that program. For -example, to
-build the HelloUniverse program:
-
-    cd <java3d-root>/j3d-examples/src/HelloUniverse
-    ant
+example, to build the HelloUniverse program:
+

+ +

+

+

Running j3d-examples

+

To run an example program, cd to the desired directory and execute +java from there. You must ensure that CLASSPATH is either not set, or +contains "." in its list of directories. For example, to run the +HelloUniverse program:
+

+ +

+

+

You may also point your Java-enabled web browser at the +src/index.html page and run Java 3D example programs +from within your browser. Java 3D must be installed into the JDK +in order to run Java 3D programs from within a browser.

+

-- cgit v1.2.3