From 79eacbd97518ff0aaa281e7b6f7c5adc1fd97aa3 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Mon, 14 Jun 2004 20:35:33 +0000 Subject: Minor update to build instructions git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@14 ba19aa83-45c5-6ac9-afd3-db810772062c --- README-build.html | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/README-build.html b/README-build.html index b04c086..8246bb2 100644 --- a/README-build.html +++ b/README-build.html @@ -14,8 +14,8 @@ * $State$ */ --> - + README-build: build instructions for the j3d-core project @@ -23,21 +23,29 @@ the Java 3D Packages

To -build the Java 3D packages, you must have the following three CVS + style="font-weight: bold; text-decoration: underline;">

+

To +build the Java 3D packages, you must checkout the following three +CVS repositories:

These three top-level directories must be named exactly as -shown above and they must be sibling directories.
+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:

+

NOTE: you must first build the javax.vecmath package before building the Java 3D core and utilities packages. See the README-build.html file in the @@ -114,7 +122,7 @@ and native libraries.

Steps:

The above steps build both the Java and native code for @@ -147,10 +155,9 @@ can be set to "vc".
build.properties can be modified to use "d3d" (Direct3D API for rendering) besides the default value "ogl".

-

NOTE: You can also modify the properties through ant property -command -options -e.g. "ant -Dbuild.comp=forte"
+

NOTE: You can also modify the properties via command-line options to +ant, +for example, "ant -Dbuild.comp=vc"

Running Java 3D

@@ -158,7 +165,7 @@ Java 3D href="../j3d-examples/README-build.html">README-build.html in j3d-examples for details -building Java 3D example programs.
+on building and running Java 3D example programs.

-- cgit v1.2.3