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