diff options
author | Kevin Rushforth <[email protected]> | 2008-02-28 20:18:01 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-02-28 20:18:01 +0000 |
commit | c22f052c90ab71fe1722f49183af97f2aea9584f (patch) | |
tree | ee5d975298751f5a60e5f8938e6fe3a6dcb4ba0c /README-build.html | |
parent | a77216753b34514d2c14591932f557c9919ccbb8 (diff) |
Update source code for GPLv2 license
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@892 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'README-build.html')
-rw-r--r-- | README-build.html | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/README-build.html b/README-build.html index 8392d82..5884850 100644 --- a/README-build.html +++ b/README-build.html @@ -1,31 +1,18 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<!-- -/* - * $RCSfile$ - * - * Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. - * - * Use is subject to license terms. - * - * $Revision$ - * $Date$ - * $State$ - */ - --> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>README-build: build instructions for the j3d-core project</title> </head> <body> <h3><span style="font-weight: bold; text-decoration: underline;">Building -the Java 3D Packages</span></h3> +the 3D packages</span></h3> <p><span style="text-decoration: underline;"><span style="font-weight: bold;"></span></span><span style="font-weight: bold; text-decoration: underline;"> </span></p> <p>To -build the Java 3D packages, you must checkout the following three +build the 3D packages, you must checkout the following three CVS repositories:<br> </p> @@ -47,7 +34,7 @@ directory. For example:<br> <code>cvs checkout j3d-core-utils</code> </ul> <p>NOTE: you must first build the javax.vecmath package before building -the Java 3D core and utilities packages. See the <a +the javax.media.j3d and com.sun.j3d.* packages. See the <a href="../vecmath/README-build.html">README-build.html</a> file in the "vecmath" directory for instructions.<br> </p> @@ -101,8 +88,7 @@ Collection, GCC version 3.2.3 that comes with<a </ul> </ul> </ul> -<h3><span style="font-weight: bold; text-decoration: underline;">Building -Java 3D</span></h3> +<h3><span style="font-weight: bold; text-decoration: underline;">Building the 3D packages</span></h3> <p><span style="font-weight: bold; text-decoration: underline;"></span><span style="font-weight: bold; text-decoration: underline;"></span>Before you start building, your PATH must include the @@ -163,12 +149,12 @@ ant, for example, "ant -Dbuild.comp=vc"<br> </p> <h3><span style="font-weight: bold; text-decoration: underline;">Running -Java 3D</span></h3> -<p>To run Java 3D, please refer to <a +the 3D examples</span></h3> +<p>Please refer to <a href="../j3d-examples/README-build.html">README-build.html</a> in j3d-examples for details -on building and running Java 3D example programs.<br> +on building and running the 3D example programs.<br> </p> </body> </html> |