From 9f5d22391058d83954be65ff2bcec98a1c7940c1 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Mon, 14 Jun 2004 20:34:39 +0000 Subject: Minor update to build instructions git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@7 dd45e54d-f42e-c781-df72-dca083a658b1 --- README-build.html | 101 +++++++++++++++++++++++++++++------------------------- 1 file 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 @@ - + + - - - - README-build + README-build: build instructions for the vecmath project -Building -the -Vecmath Packages
-
-
To build the vecmath packages, you must first download the -vecmath -CVS repository:
-
-NOTE: this top-level directory must be named "vecmath".
-
-System Requirements
-
-
Vecmath is 100% Java, so any operating environment that supports -J2SE should work.  We have built vecmath on the following +

Building +the Vecmath Package

+

To +build the vecmath package, you must first checkout the vecmath +CVS +repository on java.net. For example, run +the cvs checkout command as follows:
+

+ +

+

This top-level directory must be named "vecmath". +

+

System Requirements +

+

Vecmath is 100% Java, so any operating environment that supports +J2SE should work. We have built vecmath on the following operating environments:
+

-The following software must be installed:
+

The following software must be installed:

-Building -Vecmath
-
-
Before you start building, please check that your PATH must +

Building +Vecmath

+

+ +

Before you start building, +please check that your PATH must include the -following directories:
-    .    <ant-root-dir>/bin
-    .    <jdk-root_dir>/bin
-
-The default target, jar-opt, creates an optimized jar files.
-
-Steps:
-
-    cd <java3d-root-dir>/vecmath
-    ant
-
-This will build the javax.vecmath package.  The build will be put -in vecmath/build/opt
-
-Other targets can be found by typing "ant -projecthelp".  Note -that ant
-must be run from the top-level directory.
-
+following directories:

+ +

The default target, jar-opt, creates an optimized jar files.
+

+

Steps: +

+ +

This will build the javax.vecmath package, which will +be put +in the vecmath/build/opt sub-directory.
+

+

To see other targets that are available, type "ant +-projecthelp". Note that ant must be run from the top-level +directory.

-- cgit v1.2.3