removed reference to lwjgl_media, extracted into dir instead

This commit is contained in:
Brian Matzon 2005-03-30 17:44:54 +00:00
parent f18decabf3
commit d9fcc78c30
1 changed files with 2 additions and 3 deletions

View File

@ -10,10 +10,9 @@ note that FMOD is a commercial offering and you must accept their license before
To run some of the included tests:
Extract the archive, and cd into directory
Extract media archive into a new root folder called 'res'
(please substitute ; and \ according to platform)
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
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
(this specifies that the jvm should locate the lwjgl native libs in 'native' directory)
where TEST is one of the following:
@ -59,7 +58,7 @@ To run some of the included tests:
org.lwjgl.test.devil.BasicTest
You may also run the Space invaders demo by executing:
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
java -cp .;res;jar\lwjgl.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