From 9f5c17e474f65cff09dcb748b148ae1d68aea226 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Thu, 10 Jun 2004 02:20:27 +0000 Subject: Added download/build instructions git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@6 9497e636-51bd-65ba-982d-a4982e1767a5 --- www/build-instr.html | 39 +++++++++++++++++++++++++++++++++++++++ www/index.html | 10 +++++----- 2 files changed, 44 insertions(+), 5 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..030b37d --- /dev/null +++ b/www/build-instr.html @@ -0,0 +1,39 @@ + + + + + j3d-core-utils download and building instructions + + + +

Instructions for downloading and building j3d-core-utils +

+

To +build the Java 3D packages, you must checkout the following three +CVS +repositories:
+

+ +

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:
+

+ +

After you have downloaded the three CVS repositories, read the +README-FIRST.txt file, then read and follow the +instructions in the README-build.html +files in all three CVS repositories.

+ + diff --git a/www/index.html b/www/index.html index 8b36ffe..a085de2 100644 --- a/www/index.html +++ b/www/index.html @@ -1,8 +1,8 @@ - + The Java 3D Core Utilities @@ -16,9 +16,9 @@ hierarchy.
core Java 3D API), and j3d-examples (the Java 3D example programs). The j3d-core-utils project is built as part of -j3d-core. Refer to the build instructions [TODO: link] in the j3d-core project for -more information.
+j3d-core. Refer to the download and build +instructions for information on downloading and building j3d-core +and j3d-core-utils.

Project highlights

Release project Source code

-- cgit v1.2.3