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:
cd <cvs-root-dir>
cvs checkout vecmath
This top-level directory must be named "vecmath".
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:
Before you start building, please check that your PATH must include the following directories:
The default target, jar-opt, creates an optimized jar files.
Steps:
cd <cvs-root-dir>/vecmath
ant
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.