summaryrefslogtreecommitdiffstats
path: root/www/build-instr.html
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2004-06-10 02:20:27 +0000
committerKevin Rushforth <[email protected]>2004-06-10 02:20:27 +0000
commit9f5c17e474f65cff09dcb748b148ae1d68aea226 (patch)
tree87b367e83f8e000f00c1d06d998fbaff41f7e3b0 /www/build-instr.html
parent7fad83338964ecd32303d6e2737b19963492ecfe (diff)
Added download/build instructions
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@6 9497e636-51bd-65ba-982d-a4982e1767a5
Diffstat (limited to 'www/build-instr.html')
-rw-r--r--www/build-instr.html39
1 files changed, 39 insertions, 0 deletions
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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type"
+ content="text/html; charset=ISO-8859-1">
+ <title>j3d-core-utils download and building instructions</title>
+ <meta name="author" content="Kevin Rushforth">
+</head>
+<body>
+<h3>Instructions for downloading and building j3d-core-utils
+</h3>
+<p>To
+build the Java&nbsp;3D packages, you must checkout the following three
+CVS
+repositories:<br>
+</p>
+<ul>
+ <li><a href="http://j3d-core.dev.java.net/">j3d-core</a></li>
+ <li><a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a></li>
+ <li><a href="http://j3d-core.dev.java.net/">vecmath</a></li>
+</ul>
+<p>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:<br>
+</p>
+<ul>
+ <code>cd &lt;cvs-root-dir&gt;</code><br>
+ <code>cvs checkout vecmath</code><br>
+ <code>cvs checkout j3d-core</code><br>
+ <code>cvs checkout j3d-core-utils</code>
+</ul>
+<p>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.</p>
+</body>
+</html>