ready for 0.9

This commit is contained in:
Brian Matzon 2004-04-13 20:09:12 +00:00
parent 0011e75a6e
commit 400251cd7d
2 changed files with 8 additions and 5 deletions

View File

@ -12,7 +12,7 @@
<property name="lwjgl.docs" value="./doc"/>
<property name="lwjgl.temp" value="./temp"/>
<property name="lwjgl.res" value="./res"/>
<property name="lwjgl.version" value="0.8"/>
<property name="lwjgl.version" value="0.9"/>
<!-- ================================================================== -->
<!-- Filesets used for targets -->

View File

@ -12,6 +12,10 @@ To run some of the included tests:
Extract the media files into lwjgl folder (only needed for openal tests)
java -cp .;lwjgl_test.jar;lwjgl.jar; DEMO
or
java -cp .;lwjgl_test.jar;lwjgl.jar; -Djava.library.path=. DEMO
(this specifies that the jvm should locate the lwjgl libs in current
directory)
where DEMO is one of the following:
@ -30,7 +34,6 @@ To run some of the included tests:
org.lwjgl.test.opengl.Grass (Requires nVidia hardware)
org.lwjgl.test.opengl.Game
Please read this thread, for upgrading issues:
http://www.puppygames.net/forums/viewtopic.php?t=204
Project Webpage: www.lwjgl.org
Project Webpage: www.lwjgl.org
Project Forum: forum.lwjgl.org
Project CVS: cvs.lwjgl.org