diff --git a/doc/README b/doc/README index 92467bf3..bed03793 100644 --- a/doc/README +++ b/doc/README @@ -4,10 +4,6 @@ Unless otherwise stated, all files distributed or in CVS 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. -Please note that DevIL and FMOD are distributed in the optional package (lwjgl_optional-.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 @@ To run some of the included tests: 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\ org.lwjgl.examples.spaceinvaders.Game