From: <ma...@us...> - 2009-04-30 18:40:43
|
Revision: 3206 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3206&view=rev Author: matzon Date: 2009-04-30 18:40:25 +0000 (Thu, 30 Apr 2009) Log Message: ----------- updated text to match new location for windows. added solaris. Modified Paths: -------------- trunk/LWJGL/doc/README Modified: trunk/LWJGL/doc/README =================================================================== --- trunk/LWJGL/doc/README 2009-04-29 16:38:04 UTC (rev 3205) +++ trunk/LWJGL/doc/README 2009-04-30 18:40:25 UTC (rev 3206) @@ -8,10 +8,10 @@ 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\jinput.jar; -Djava.library.path=native\<win32|linux|macosx> TEST + java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\jinput.jar; -Djava.library.path=native\<windows|linux|macosx|solaris> TEST (this specifies that the jvm should locate the lwjgl native libs in 'native' directory) - where TEST is one of the following: + where TEST is some of the following: org.lwjgl.test.WindowCreationTest org.lwjgl.test.SysTest @@ -43,7 +43,7 @@ org.lwjgl.test.opengl.shaders.ShadersTest You may also run the Space invaders demo by executing: - java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar; -Djava.library.path=native\<win32|linux|macosx> org.lwjgl.examples.spaceinvaders.Game + java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar; -Djava.library.path=native\<windows|linux|macosx|solaris> org.lwjgl.examples.spaceinvaders.Game Project Webpage: www.lwjgl.org Project Forum: forum.lwjgl.org This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |