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. |