aboutsummaryrefslogtreecommitdiffstats
path: root/www/build-instr.html
blob: 73250164bb36cb314f6280562bfc5722d3a12c0d (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
<!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>Subversion (svn) download and build instructions</title>
  <meta content="Kevin Rushforth" name="author">
</head>
<body>
<h3>Subversion (svn) download and build instructions for 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>
svn
repository. For example, run
the svn checkout command as follows:<br>
</p>
<ul>
  <code>cd &lt;j3d-root-dir&gt;</code><br>
  <code>svn checkout https://j3d-examples.dev.java.net/svn/j3d-examples/trunk j3d-examples</code><br>
</ul>
<p>After you have downloaded the svn repository, read the
README-FIRST.txt file, then read and follow the
instructions in the README-build.html
file.<br>
</p>
<p>Go to the "<a href="source/browse/j3d-examples/">Subversion</a>"
page for instructions on how to access the j3d-examples source code.
Automated svn change messages are sent to the <span
 style="color: blue;">commits 'at'
j3d-examples.dev.java.net</span>
list list.&nbsp;<a href="servlets/ProjectMailingListList">Click here to
subscribe</a> to this list.<br>
</p>
<p><br>
</p>
</body>
</html>