updated readme to include jinput

This commit is contained in:
Brian Matzon 2005-08-18 13:48:43 +00:00
parent 07e172e8c9
commit 2bf0d9c9cb
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ To run some of the included tests:
Extract the archive, and cd into directory
(please substitute ; and \ according to platform)
java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_devil.jar; -Djava.library.path=native TEST
java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_devil.jar;jar\jinput.jar; -Djava.library.path=native TEST
(this specifies that the jvm should locate the lwjgl native libs in 'native' directory)
where TEST is one of the following:
@ -25,6 +25,7 @@ To run some of the included tests:
org.lwjgl.test.input.MouseTest
org.lwjgl.test.input.HWCursorTest
org.lwjgl.test.input.KeyboardTest
org.lwjgl.test.input.TestControllers
org.lwjgl.test.openal.ALCTest
org.lwjgl.test.openal.OpenALCreationTest