|
From: Brian M. <ma...@us...> - 2005-03-30 17:38:51
|
Update of /cvsroot/java-game-lib/LWJGL/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27917 Modified Files: README Log Message: updated readme to new distribution layout Index: README =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/doc/README,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- README 25 Jan 2005 20:58:48 -0000 1.10 +++ README 30 Mar 2005 17:38:23 -0000 1.11 @@ -4,18 +4,22 @@ the license as stated in the LICENSE file. If you have not received this file, please download it from the cvs server. +Please note that DevIL and OpenAL are distributed along side. Their license is also included. + 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) + Extract media archive into a new root folder called 'res' + (please substitute ; and \ according to platform) - java -cp lwjgl.jar;lwjgl_media.jar;lwjgl_test.jar;lwjgl_util.jar;lwjgl_fmod3.jar; TEST - or - 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) + java -cp .;res;jar\lwjgl.jar;jar\lwjgl_media.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_devil.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: + org.lwjgl.test.WindowCreationTest + org.lwjgl.test.SysTest + org.lwjgl.test.DisplayTest + org.lwjgl.test.input.MouseCreationTest org.lwjgl.test.input.MouseTest org.lwjgl.test.input.HWCursorTest @@ -50,8 +54,10 @@ org.lwjgl.test.fmod3.StreamTest org.lwjgl.test.fmod3.SyncTest + org.lwjgl.test.devil.BasicTest + 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 + java -cp jar\lwjgl.jar;jar\lwjgl_media.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar; -Djava.library.path=native org.lwjgl.examples.spaceinvaders.Game Project Webpage: www.lwjgl.org Project Forum: forum.lwjgl.org |