From 53ebfcc5ad5554b67d2287f8b02c22ec8405af0f Mon Sep 17 00:00:00 2001 From: kcr Date: Wed, 9 Jun 2004 03:28:13 +0000 Subject: Initial creation of j3d-examples sources in CVS repository --- README-build.html | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 README-build.html (limited to 'README-build.html') diff --git a/README-build.html b/README-build.html new file mode 100644 index 0000000..5a2c3e8 --- /dev/null +++ b/README-build.html @@ -0,0 +1,115 @@ + + + + + + + + README-build + + +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 +work.We have built j3d-examples on the following operating environments:
+ +The following software must be installed:
+ +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 +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
+
+ + -- cgit v1.2.3