From f8baa17730b88f85087fe1121a4af5e3f4d92ec2 Mon Sep 17 00:00:00 2001
From: Kevin Rushforth
Date: Thu, 10 Jun 2004 02:02:27 +0000
Subject: Updated build instructions
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@10 ba19aa83-45c5-6ac9-afd3-db810772062c
---
www/build-instr.html | 42 ++++++++++++++++++++++++++++++++++++++++++
www/index.html | 11 +++++------
2 files changed, 47 insertions(+), 6 deletions(-)
create mode 100644 www/build-instr.html
(limited to 'www')
diff --git a/www/build-instr.html b/www/build-instr.html
new file mode 100644
index 0000000..cb0e0f9
--- /dev/null
+++ b/www/build-instr.html
@@ -0,0 +1,42 @@
+
+
+
+
+ j3d-core download and building instructions
+
+
+
+Instructions for downloading and building j3d-core
+
+To
+build the Java 3D packages, you must checkout the following three
+CVS
+repositories:
+
+
+ - j3d-core
+ - j3d-core-utils
+ - vecmath
+
+These three top-level directories must be named exactly as
+shown above and they must be sibling directories. To ensure this, run
+the cvs checkout command for each of the respositories from the same
+parent
+directory. For example:
+
+
+ cd <cvs-root-dir>
+ cvs checkout vecmath
+ cvs checkout j3d-core
+ cvs checkout j3d-core-utils
+
+After you have downloaded the three respositories, follow the
+instructions in the README-build.html
+files in the
+"vecmath" and "j3d-core" directories. If you wish to browse the
+README.html file on-line before you checkout the sources, you can
+browse the CVS sources and
+click on the latest revision of README-build.html.
+
+
diff --git a/www/index.html b/www/index.html
index f6dc051..a532009 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,8 +1,8 @@
-
+
The Java 3D API Core
@@ -17,10 +17,9 @@ Java 3D core utilities), and j3d-examples (the
Java 3D
example programs). The vecmath and j3d-core-utils projects are required
-to build j3d-core. Refer to the build
-instructions for
-more information.
+to build j3d-core. Refer to the download
+and build
+instructions for information on downloading and building j3d-core.
License
The source code for the core Java 3D API reference
implementation is available for research use
--
cgit v1.2.3