diff options
author | Kevin Rushforth <[email protected]> | 2004-06-10 02:15:29 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-06-10 02:15:29 +0000 |
commit | a4458df06148fea813bd2f96ce624e75279b8e2d (patch) | |
tree | 8c5b8706a217673f969f490055595490e12592af /www/build-instr.html | |
parent | f8baa17730b88f85087fe1121a4af5e3f4d92ec2 (diff) |
More updates to build instructions
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@11 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/build-instr.html')
-rw-r--r-- | www/build-instr.html | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/www/build-instr.html b/www/build-instr.html index cb0e0f9..38b9410 100644 --- a/www/build-instr.html +++ b/www/build-instr.html @@ -1,10 +1,10 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <meta content="text/html; charset=ISO-8859-1" - http-equiv="content-type"> + <meta http-equiv="content-type" + content="text/html; charset=ISO-8859-1"> <title>j3d-core download and building instructions</title> - <meta content="Kevin Rushforth" name="author"> + <meta name="author" content="Kevin Rushforth"> </head> <body> <h3>Instructions for downloading and building j3d-core @@ -15,9 +15,9 @@ CVS repositories:<br> </p> <ul> - <li>j3d-core</li> - <li>j3d-core-utils</li> - <li>vecmath</li> + <li><a href="http://j3d-core.dev.java.net/">j3d-core</a></li> + <li><a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a></li> + <li><a href="http://j3d-core.dev.java.net/">vecmath</a></li> </ul> <p>These three top-level directories must be named exactly as shown above and they must be sibling directories. To ensure this, run @@ -31,12 +31,9 @@ directory. For example:<br> <code>cvs checkout j3d-core</code><br> <code>cvs checkout j3d-core-utils</code> </ul> -<p>After you have downloaded the three respositories, follow the +<p>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 the -"vecmath" and "j3d-core" directories. If you wish to browse the -README.html file on-line before you checkout the sources, you can -browse the <a href="../source/browse/j3d-core/">CVS sources</a> and -click on the latest revision of README-build.html.</p> +files in all three CVS repositories.</p> </body> </html> |