diff options
author | Kevin Rushforth <[email protected]> | 2004-06-14 20:34:39 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-06-14 20:34:39 +0000 |
commit | 9f5d22391058d83954be65ff2bcec98a1c7940c1 (patch) | |
tree | b69ca51132e758bd50a896dce66132060d523aec /README-build.html | |
parent | 3ba85df2b1bd358b92e9435178e3714a322c33a8 (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.html | 101 |
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. 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 <cvs-root-dir></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 </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 </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> - . <ant-root-dir>/bin<br> - . <jdk-root_dir>/bin<br> -<br> -The default target, jar-opt, creates an optimized jar files.<br> -<br> -Steps:<br> -<br> - cd <java3d-root-dir>/vecmath<br> - ant<br> -<br> -This will build the javax.vecmath package. The build will be put -in vecmath/build/opt<br> -<br> -Other targets can be found by typing "ant -projecthelp". Note -that ant<br> -must be run from the top-level directory.<br> -<br> +following directories:</p> +<ul> + <li><ant-root-dir>/bin</li> + <li><jdk-root_dir>/bin</li> +</ul> +<p>The default target, jar-opt, creates an optimized jar files.<br> +</p> +<p>Steps: +</p> +<ul> + <code> cd <cvs-root-dir>/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> |