blob: 66329f10d8071467df44fc093b64d405f92e3c0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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="https://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>
|