blob: 978c5f5d44fd097d53583a56ef68a7b85bb71143 (
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
/*
* $RCSfile$
*
* Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
* $Revision$
* $Date$
* $State$
*/
-->
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>README-build</title>
</head>
<body>
<span style="font-weight: bold; text-decoration: underline;">Building
the
Vecmath Packages<br>
<br>
</span>To build the vecmath packages, you must first download the
vecmath
CVS repository:<br>
<br>
NOTE: this top-level directory must be named "vecmath".<span
style="font-weight: bold; text-decoration: underline;"><br>
<br>
System Requirements<br>
<br>
</span>Vecmath is 100% Java, so any operating environment that supports
J2SE should work. We have built vecmath on the following
operating environments:<br>
<ul>
<li>Solaris: Sparc (Ultra60 or better) running Solaris 9</li>
<li>Linux: i386/i586 running SuSE 9 or RedHat 9.0</li>
<li>Windows: Windows/XP (Windows
2000 should work, but is untested)<br>
</li>
</ul>
The following software must be installed:<br>
<ul>
<li><a href="http://java.sun.com/j2se">JDK 1.4.2 </a> <br>
</li>
<li><a href="http://jakarta.apache.org/ant">Apache Ant 1.6.1 </a>
<br>
</li>
</ul>
<span style="font-weight: bold; text-decoration: underline;">Building
Vecmath<br>
<br>
</span> Before you start building, please check that your PATH must
include the
following directories:<br>
. <ant-root-dir>/bin<br>
. <jdk-root_dir>/bin<br>
<br>
The default target, jar-opt, creates an optimized jar files.<br>
<br>
Steps:<br>
<br>
cd <java3d-root-dir>/vecmath<br>
ant<br>
<br>
This will build the javax.vecmath package. The build will be put
in vecmath/build/opt<br>
<br>
Other targets can be found by typing "ant -projecthelp". Note
that ant<br>
must be run from the top-level directory.<br>
<br>
</body>
</html>
|