diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/readme.html | 10 |
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> |