blob: 204d121b93c74b71e25de62d996941da293bc393 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>CVS download and build instructions</title>
<meta name="author" content="Kevin Rushforth">
</head>
<body>
<h3>CVS download and build instructions for j3d-core-utils
</h3>
<p>To
build the Java 3D<sup><font size="-2">TM</font></sup> packages,
you must checkout the following three CVS repositories:<br>
</p>
<ul>
<li><a href="https://j3d-core.dev.java.net/">j3d-core</a></li>
<li><a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a></li>
<li><a href="https://vecmath.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
the cvs checkout command for each of the respositories from the same
parent
directory. For example:<br>
</p>
<ul>
<code>cd <cvs-root-dir></code><br>
<code>cvs checkout vecmath</code><br>
<code>cvs checkout j3d-core</code><br>
<code>cvs checkout j3d-core-utils</code>
</ul>
<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 all three CVS repositories.<br>
</p>
<p>Go to the "<a href="servlets/ProjectSource">CVS client setup</a>"
page for instructions on how to access the j3d-core-utils source code
from CVS. Click on the "<a href="source/browse/j3d-core-utils/">Version
Control - CVS</a>" link to browse the j3d-core-utils source code.
Automated CVS change messages are sent to the <span
style="color: blue;">cvs 'at'
j3d-core-utils.dev.java.net</span>
list list. <a href="servlets/ProjectMailingListList">Click here to
subscribe</a> to this list.<br>
</p>
<p><br>
</p>
<p></p>
</body>
</html>
|