diff options
author | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2004-07-02 15:53:06 +0000 |
---|---|---|
committer | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2004-07-02 15:53:06 +0000 |
commit | 626d10ca7738fcd844c78fe26da2f4b9f48a44d3 (patch) | |
tree | cb575e6ccb703d8b370f9a0cc9c43371aa0bb37c /www/build-instr.html | |
parent | 14cade4c6ff1f373228e9e14a7708b4195998a7b (diff) |
Replace dummy page with a simple, but more useful page
Diffstat (limited to 'www/build-instr.html')
-rw-r--r-- | www/build-instr.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/build-instr.html b/www/build-instr.html new file mode 100644 index 0000000..4496a75 --- /dev/null +++ b/www/build-instr.html @@ -0,0 +1,27 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> + <title>j3d-examples download and building instructions</title> + <meta content="Kevin Rushforth" name="author"> +</head> +<body> +<h3>Instructions for downloading and building j3d-examples</h3> +<p>To +build the j3d-examples project, you must first checkout the <a + href="http://j3d-examples.dev.java.net/">j3d-examples</a> +CVS +repository. For example, run +the cvs checkout command as follows:<br> +</p> +<ul> + <code>cd <cvs-root-dir></code><br> + <code>cvs checkout j3d-examples</code> +</ul> +<p>After you have downloaded the CVS repository, read the +README-FIRST.txt file, then read and follow the +instructions in the README-build.html +file.</p> +</body> +</html> |