From f8101ed8605bca74df655a0f9388581d1508784f Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Mon, 6 Sep 2004 20:30:21 +0000 Subject: [PATCH] updated to be in line with 0.92 --- doc/README | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) diff --git a/doc/README b/doc/README index ff9040cc..5d2401a7 100644 --- a/doc/README +++ b/doc/README @@ -11,28 +11,54 @@ To run some of the included tests: Extract the archive, and cd into directory Extract the media files into lwjgl folder (only needed for openal tests) - java -cp .;lwjgl_test.jar;lwjgl.jar; DEMO + java -cp lwjgl.jar;lwjgl_media.jar;lwjgl_test.jar;lwjgl_util.jar;lwjgl_fmod3.jar; TEST or - java -cp .;lwjgl_test.jar;lwjgl.jar; -Djava.library.path=. DEMO - (this specifies that the jvm should locate the lwjgl libs in current + java -cp lwjgl.jar;lwjgl_media.jar;lwjgl_test.jar;lwjgl_util.jar;lwjgl_fmod3.jar; -Djava.library.path=. TEST + (this specifies that the jvm should locate the lwjgl native libs in current directory) - where DEMO is one of the following: + where TEST is one of the following: org.lwjgl.test.input.ControllerCreationTest (Requires attached Controller) org.lwjgl.test.input.ControllerTest (Requires attached Controller) + org.lwjgl.test.input.ControllerFieldTest (Requires attached Controller) org.lwjgl.test.input.MouseCreationTest org.lwjgl.test.input.MouseTest - org.lwjgl.test.openal.ALCTest + org.lwjgl.test.input.HWCursorTest + org.lwjgl.test.input.KeyboardTest + org.lwjgl.test.openal.ALCTest org.lwjgl.test.openal.EAXTest (Requires EAX compatible hardware) + org.lwjgl.test.openal.OpenALCreationTest org.lwjgl.test.openal.MovingSoundTest org.lwjgl.test.openal.PlayTest org.lwjgl.test.openal.PlayTestMemory org.lwjgl.test.openal.SourceLimitTest + org.lwjgl.test.openal.PositionTest org.lwjgl.test.openal.StressTest - org.lwjgl.test.opengl.Grass (Requires nVidia hardware) - org.lwjgl.test.opengl.Game + org.lwjgl.test.openal.SourceLimitTest + + org.lwjgl.test.opengl.FullScreenWindowedTest + org.lwjgl.test.opengl.PbufferTest + org.lwjgl.test.opengl.VBOIndexTest + org.lwjgl.test.opengl.VBOTest + + org.lwjgl.test.opengl.pbuffers.PbufferTest + + org.lwjgl.test.opengl.shaders.ShadersTest + + [requires fmod dll (fmod.org)] + org.lwjgl.test.fmod3.CDDAPlayer + org.lwjgl.test.fmod3.CDPlayer + org.lwjgl.test.fmod3.DSPTest + org.lwjgl.test.fmod3.MusicPlayer + org.lwjgl.test.fmod3.NetTest + org.lwjgl.test.fmod3.StreamPlayer + org.lwjgl.test.fmod3.StreamTest + org.lwjgl.test.fmod3.SyncTest + +You may also run the Space invaders demo by executing: + java -cp lwjgl.jar;lwjgl_media.jar;lwjgl_test.jar;lwjgl_util.jar; org.lwjgl.examples.spaceinvaders.Game Project Webpage: www.lwjgl.org Project Forum: forum.lwjgl.org