summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-07-14 11:27:54 +0000
committerKenneth Russel <[email protected]>2003-07-14 11:27:54 +0000
commitecb910404a7ba50afa71b3bf18689dc80d8008a5 (patch)
treec0aadc75c3a54ef24179fbbfa9db0abe7bccc263 /doc
parent41f0cc8b1a0ab45d6aa05dfe1f5a522317864fd5 (diff)
Switched jogl-demos to use Ant instead of GNU make.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@11 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'doc')
-rw-r--r--doc/readme.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/readme.html b/doc/readme.html
index d122da6..f98c523 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -15,13 +15,15 @@ package. To build the demos:
<UL>
<LI> Check out and build the Jogl sources from <a href =
- "http://jogl.dev.java.net/">http://jogl.dev.java.net/</a>
+ "http://jogl.dev.java.net/">http://jogl.dev.java.net/</a>; note that
+ these sources must go into a sibling directory to the jogl-demos
+ directory
- <LI> Add jogl.jar to your CLASSPATH and put jogl.dll, libjogl.so, or
- jogl.dylib in your PATH, LD_LIBRARY_PATH or similar
+ <LI> Unset your CLASSPATH environment variable
<LI> cd into the "make" subdirectory of the jogl-demos workspace and
- type "make" (NOTE: GNU make is required)
+ type "ant" (Ant can be obtained from <a href =
+ "http://ant.apache.org/">http://ant.apache.org/</a>
</UL>