summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2004-06-10 02:02:27 +0000
committerKevin Rushforth <[email protected]>2004-06-10 02:02:27 +0000
commitf8baa17730b88f85087fe1121a4af5e3f4d92ec2 (patch)
treecbda5a1bbcaf1044241f56fa210564edaecbefc9 /www
parenta60025b9d3a01edd83a36a6d88b27ae4b8749fba (diff)
Updated build instructions
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@10 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www')
-rw-r--r--www/build-instr.html42
-rw-r--r--www/index.html11
2 files changed, 47 insertions, 6 deletions
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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta content="text/html; charset=ISO-8859-1"
+ http-equiv="content-type">
+ <title>j3d-core download and building instructions</title>
+ <meta content="Kevin Rushforth" name="author">
+</head>
+<body>
+<h3>Instructions for downloading and building j3d-core
+</h3>
+<p>To
+build the Java&nbsp;3D packages, you must checkout the following three
+CVS
+repositories:<br>
+</p>
+<ul>
+ <li>j3d-core</li>
+ <li>j3d-core-utils</li>
+ <li>vecmath</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 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 <a href="../source/browse/j3d-core/">CVS sources</a> and
+click on the latest revision of README-build.html.</p>
+</body>
+</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 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <meta content="text/html; charset=ISO-8859-1"
- http-equiv="content-type">
+ <meta http-equiv="content-type"
+ content="text/html; charset=ISO-8859-1">
<title>The Java 3D API Core</title>
</head>
<body>
@@ -17,10 +17,9 @@ Java&nbsp;3D core utilities), and <a
href="http://j3d-examples.dev.java.net/">j3d-examples</a> (the
Java&nbsp;3D
example programs). The vecmath and j3d-core-utils projects are required
-to build j3d-core. Refer to the <a
- href="../source/browse/j3d-core/README-build.html?rev=1.1&amp;content-type=htm">build
-instructions</a> for
-more information.</p>
+to build j3d-core. Refer to the <a href="build-instr.html">download
+and build
+instructions</a> for information on downloading and building j3d-core.</p>
<h3>License</h3>
<p>The source code for the core Java&nbsp;3D API reference
implementation is available for research use