summaryrefslogtreecommitdiffstats
path: root/README-build.html
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2004-06-14 20:34:39 +0000
committerKevin Rushforth <[email protected]>2004-06-14 20:34:39 +0000
commit9f5d22391058d83954be65ff2bcec98a1c7940c1 (patch)
treeb69ca51132e758bd50a896dce66132060d523aec /README-build.html
parent3ba85df2b1bd358b92e9435178e3714a322c33a8 (diff)
Minor update to build instructions
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@7 dd45e54d-f42e-c781-df72-dca083a658b1
Diffstat (limited to 'README-build.html')
-rw-r--r--README-build.html101
1 files changed, 55 insertions, 46 deletions
diff --git a/README-build.html b/README-build.html
index 978c5f5..71eeafc 100644
--- a/README-build.html
+++ b/README-build.html
@@ -1,5 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
+<html>
+<head>
<!--
/*
* $RCSfile$
@@ -13,30 +14,33 @@
* $State$
*/
-->
-
-<html>
-<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
- <title>README-build</title>
+ <title>README-build: build instructions for the vecmath project</title>
</head>
<body>
-<span style="font-weight: bold; text-decoration: underline;">Building
-the
-Vecmath Packages<br>
-<br>
-</span>To build the vecmath packages, you must first download the
-vecmath
-CVS repository:<br>
-<br>
-NOTE: this top-level directory must be named "vecmath".<span
- style="font-weight: bold; text-decoration: underline;"><br>
-<br>
-System Requirements<br>
-<br>
-</span>Vecmath is 100% Java, so any operating environment that supports
-J2SE should work.&nbsp; We have built vecmath on the following
+<h3><span style="text-decoration: underline;">Building
+the Vecmath Package</span></h3>
+<p>To
+build the vecmath package, you must first checkout the <a
+ href="http://vecmath.dev.java.net/">vecmath</a>
+CVS
+repository on java.net. For example, run
+the cvs checkout command as follows:<br>
+</p>
+<ul>
+ <code>cd &lt;cvs-root-dir&gt;</code><br>
+ <code>cvs checkout vecmath</code>
+</ul>
+<p></p>
+<p>This top-level directory must be named "vecmath".
+</p>
+<h3><span style="text-decoration: underline;">System Requirements</span>
+</h3>
+<p>Vecmath is 100% Java, so any operating environment that supports
+J2SE should work. We have built vecmath on the following
operating environments:<br>
+</p>
<ul>
<li>Solaris: Sparc (Ultra60 or better) running Solaris 9</li>
<li>Linux: i386/i586 running SuSE 9 or RedHat 9.0</li>
@@ -44,36 +48,41 @@ operating environments:<br>
2000 should work, but is untested)<br>
</li>
</ul>
-The following software must be installed:<br>
+<p>The following software must be installed:</p>
<ul>
- <li><a href="http://java.sun.com/j2se">JDK 1.4.2&nbsp;</a> <br>
+ <li><a href="http://java.sun.com/j2se">JDK 1.4.2</a> <br>
</li>
- <li><a href="http://jakarta.apache.org/ant">Apache Ant 1.6.1&nbsp;</a>
- <br>
+ <li><a href="http://jakarta.apache.org/ant">Apache Ant 1.6.1</a><br>
</li>
</ul>
-<span style="font-weight: bold; text-decoration: underline;">Building
-Vecmath<br>
-<br>
-</span> Before you start building, please check that your PATH must
+<h3><span style="text-decoration: underline;">Building
+Vecmath</span><span
+ style="font-weight: bold; text-decoration: underline;"></span></h3>
+<h3><span style="font-weight: bold; text-decoration: underline;"></span></h3>
+<span style="font-weight: bold; text-decoration: underline;"></span>
+<p><span style="text-decoration: underline;"><span
+ style="font-weight: bold;"></span></span>Before you start building,
+please check that your PATH must
include the
-following directories:<br>
-&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp; &lt;ant-root-dir&gt;/bin<br>
-&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp; &lt;jdk-root_dir&gt;/bin<br>
-<br>
-The default target, jar-opt, creates an optimized jar files.<br>
-<br>
-Steps:<br>
-<br>
-&nbsp;&nbsp;&nbsp; cd &lt;java3d-root-dir&gt;/vecmath<br>
-&nbsp;&nbsp;&nbsp; ant<br>
-<br>
-This will build the javax.vecmath package.&nbsp; The build will be put
-in vecmath/build/opt<br>
-<br>
-Other targets can be found by typing "ant -projecthelp".&nbsp; Note
-that ant<br>
-must be run from the top-level directory.<br>
-<br>
+following directories:</p>
+<ul>
+ <li>&lt;ant-root-dir&gt;/bin</li>
+ <li>&lt;jdk-root_dir&gt;/bin</li>
+</ul>
+<p>The default target, jar-opt, creates an optimized jar files.<br>
+</p>
+<p>Steps:
+</p>
+<ul>
+ <code> cd &lt;cvs-root-dir&gt;/vecmath<br>
+ant</code>
+</ul>
+<p>This will build the <code>javax.vecmath</code> package, which will
+be put
+in the <code>vecmath/build/opt</code> sub-directory.<br>
+</p>
+<p>To see other targets that are available, type "ant
+-projecthelp". Note that ant must be run from the top-level
+directory.</p>
</body>
</html>