To
build the Java 3DTM
packages, you must checkout the following three
CVS
repositories:
These three top-level directories must be named exactly as
shown above and they must be sibling directories. To ensure this, run
the cvs checkout command for each of the respositories from the same
parent
directory. For example:
cd <cvs-root-dir>
cvs checkout vecmath
cvs checkout j3d-core
cvs checkout j3d-core-utils
After you have downloaded the three CVS repositories, read the README-FIRST.txt file, then read and follow the instructions in the README-build.html files in all three CVS repositories.