Removed mention of devil and fmod from README

This commit is contained in:
Elias Naur 2008-01-21 21:45:38 +00:00
parent 08b5ccb72a
commit 38d231852a
1 changed files with 0 additions and 18 deletions

View File

@ -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-<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 @@ 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\<win32|linux|macosx> org.lwjgl.examples.spaceinvaders.Game