diff options
Diffstat (limited to 'README-build.html')
-rw-r--r-- | README-build.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README-build.html b/README-build.html index 23ba81d..81e4022 100644 --- a/README-build.html +++ b/README-build.html @@ -24,13 +24,13 @@ the Vecmath Package</span></h3> <p>To build the vecmath package, you must first checkout the <a href="http://vecmath.dev.java.net/">vecmath</a> -CVS +svn repository on java.net. For example, run -the cvs checkout command as follows:<br> +the svn checkout command as follows:<br> </p> <ul> - <code>cd <cvs-root-dir></code><br> - <code>cvs checkout vecmath</code> + <code>cd <j3d-root-dir></code><br> + <code>svn checkout https://vecmath.dev.java.net/svn/vecmath/branches/dev-1_6 vecmath</code> </ul> <p></p> <p>This top-level directory must be named "vecmath". @@ -74,7 +74,7 @@ following directories:</p> <p>Steps: </p> <ul> - <code> cd <cvs-root-dir>/vecmath<br> + <code> cd <j3d-root-dir>/vecmath<br> ant</code> </ul> <p>This will build the <code>javax.vecmath</code> package, which will |