From: <ma...@us...> - 2006-04-30 19:45:30
|
Revision: 2310 Author: matzon Date: 2006-04-30 12:45:14 -0700 (Sun, 30 Apr 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2310&view=rev Log Message: ----------- restructure into optional Modified Paths: -------------- trunk/LWJGL/doc/README Modified: trunk/LWJGL/doc/README =================================================================== --- trunk/LWJGL/doc/README 2006-04-30 19:44:56 UTC (rev 2309) +++ trunk/LWJGL/doc/README 2006-04-30 19:45:14 UTC (rev 2310) @@ -4,7 +4,7 @@ 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. +Please note that DevIL and OpenAL are distributed in the optional package (lwjgl_optional-<version>.zip). Their license is also included. If you want to use FMOD you must download the binary from their site: http://fmod.org. Please note that FMOD is a commercial offering and you must accept their license before using. @@ -46,6 +46,8 @@ org.lwjgl.test.opengl.shaders.ShadersTest + + OPTIONAL TESTS (requires optional package) [requires fmod dll (fmod.org)] org.lwjgl.test.fmod3.CDDAPlayer org.lwjgl.test.fmod3.CDPlayer This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <eli...@us...> - 2008-01-21 21:45:41
|
Revision: 2943 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=2943&view=rev Author: elias_naur Date: 2008-01-21 13:45:38 -0800 (Mon, 21 Jan 2008) Log Message: ----------- Removed mention of devil and fmod from README Modified Paths: -------------- trunk/LWJGL/doc/README Modified: trunk/LWJGL/doc/README =================================================================== --- trunk/LWJGL/doc/README 2008-01-21 21:44:19 UTC (rev 2942) +++ trunk/LWJGL/doc/README 2008-01-21 21:45:38 UTC (rev 2943) @@ -4,10 +4,6 @@ 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 FMOD are distributed in the optional package (lwjgl_optional-<version>.zip). Their license is also included. -If you want to use FMOD you must download the binary from their site: http://fmod.org. Please -note that FMOD is a commercial offering and you must accept their license before using. - To run some of the included tests: Extract the archive, and cd into directory (please substitute ; and \ according to platform) @@ -46,20 +42,6 @@ org.lwjgl.test.opengl.shaders.ShadersTest - - OPTIONAL TESTS (requires optional package) - [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 - - org.lwjgl.test.devil.BasicTest - 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ma...@us...> - 2008-05-28 18:09:26
|
Revision: 3083 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3083&view=rev Author: matzon Date: 2008-05-28 11:09:24 -0700 (Wed, 28 May 2008) Log Message: ----------- updated, removing references to devil & fmod Modified Paths: -------------- trunk/LWJGL/doc/README Modified: trunk/LWJGL/doc/README =================================================================== --- trunk/LWJGL/doc/README 2008-05-28 18:06:24 UTC (rev 3082) +++ trunk/LWJGL/doc/README 2008-05-28 18:09:24 UTC (rev 3083) @@ -1,6 +1,6 @@ This is the official readme file for lwjgl. -Unless otherwise stated, all files distributed or in CVS are covered by +Unless otherwise stated, all files distributed or in SVN are covered by the license as stated in the LICENSE file. If you have not received this file, please download it from the cvs server. @@ -8,14 +8,14 @@ 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;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\<win32|linux|macosx> 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.WindowCreationTest + org.lwjgl.test.SysTest + org.lwjgl.test.DisplayTest org.lwjgl.test.input.MouseCreationTest org.lwjgl.test.input.MouseTest @@ -47,4 +47,4 @@ Project Webpage: www.lwjgl.org Project Forum: forum.lwjgl.org -Project CVS: cvs.lwjgl.org +Project SVN: https://java-game-lib.svn.sourceforge.net/svnroot/java-game-lib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |