diff options
author | Kevin Rushforth <[email protected]> | 2004-06-10 03:41:02 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-06-10 03:41:02 +0000 |
commit | 3ba85df2b1bd358b92e9435178e3714a322c33a8 (patch) | |
tree | b1e03daa3416b0cb47cc8a313af849613ada3277 | |
parent | df69463d936326e3f44453e9b9987b96272ae5d9 (diff) |
Added build instructions
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@6 dd45e54d-f42e-c781-df72-dca083a658b1
-rw-r--r-- | www/build-instr.html | 28 | ||||
-rw-r--r-- | www/index.html | 16 |
2 files changed, 37 insertions, 7 deletions
diff --git a/www/build-instr.html b/www/build-instr.html new file mode 100644 index 0000000..d971a78 --- /dev/null +++ b/www/build-instr.html @@ -0,0 +1,28 @@ +<!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>vecmath download and building instructions</title> + <meta content="Kevin Rushforth" name="author"> +</head> +<body> +<h3>Instructions for downloading and building vecmath +</h3> +<p>To +build the vecmath package, you must first checkout the <a + href="http://vecmath.dev.java.net/">vecmath</a> +CVS +repository. 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>After you have downloaded the CVS repository, read the +README-FIRST.txt file, then read and follow the +instructions in the README-build.html +file.</p> +</body> +</html> diff --git a/www/index.html b/www/index.html index 6fe7f24..f949ab6 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 http-equiv="content-type" - content="text/html; charset=ISO-8859-1"> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> <title>The Vecmath API</title> </head> <body> @@ -14,20 +14,22 @@ for the 3D vector math package, <code>javax.vecmath</code>.<br> <a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a> (the Java 3D core utilities), and <a href="http://j3d-examples.dev.java.net/">j3d-examples</a> -(the Java 3D example programs).<br> +(the Java 3D example programs). Refer to the <a + href="build-instr.html">download +and build +instructions</a> for information on downloading and building vecmath. </p> <h3>License</h3> <p>The source code for the 3D vector math API reference implementation is available for research use -under the -Java Research License (JRL) [TODO: license link]. +under the TBD1 license [TODO: license link]. It is also available for commercial use -under the Java Distribution License (JDL) [TODO: license link]. +under the TBD2 license [TODO: license link]. The API specification will continue to evolve as part of the Java Community Process (JCP). We welcome community participation, and encourage developers to contribute both bug fixes and -new implementation code to the API. The JRL and JDL licenses were +new implementation code to the API. The TBD1 and TBD2 licenses were chosen to facilitate this, while ensuring that the API is not fragmented with incompatible versions being released.<br> |