|
From: <eli...@us...> - 2008-01-21 21:48:06
|
Revision: 2945
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=2945&view=rev
Author: elias_naur
Date: 2008-01-21 13:48:02 -0800 (Mon, 21 Jan 2008)
Log Message:
-----------
Removed mention of devil and fmod from www/*php
Modified Paths:
--------------
trunk/LWJGL/www/demos.php
trunk/LWJGL/www/installation.php
Modified: trunk/LWJGL/www/demos.php
===================================================================
--- trunk/LWJGL/www/demos.php 2008-01-21 21:47:17 UTC (rev 2944)
+++ trunk/LWJGL/www/demos.php 2008-01-21 21:48:02 UTC (rev 2945)
@@ -47,14 +47,6 @@
</pre>
<p>
- <b>FMOD</b>
-</p>
-<pre>
- NetTest [<a href="jnlp/lwjgl-demo.php/test.fmod3.NetTest">launch</a> | <a href="jnlp/source.php?path=test/fmod3/NetTest.java" target="_blank">source</a>]
- StreamPlayerMemory [<a href="jnlp/lwjgl-demo.php/test.fmod3.StreamPlayerMemory">launch</a> | <a href="jnlp/source.php?path=test/fmod3/StreamPlayerMemory.java" target="_blank">source</a>]
-</pre>
-
-<p>
<b>org.lwjgl</b>
</p>
<pre>
@@ -63,4 +55,4 @@
WindowCreationTest [<a href="jnlp/lwjgl-demo.php/test.WindowCreationTest">launch</a> | <a href="jnlp/source.php?path=test/WindowCreationTest.java" target="_blank">source</a>]
</pre>
-<? require('_include/footer.php'); ?>
\ No newline at end of file
+<? require('_include/footer.php'); ?>
Modified: trunk/LWJGL/www/installation.php
===================================================================
--- trunk/LWJGL/www/installation.php 2008-01-21 21:47:17 UTC (rev 2944)
+++ trunk/LWJGL/www/installation.php 2008-01-21 21:48:02 UTC (rev 2945)
@@ -20,7 +20,7 @@
</li>
<li>
Test LWJGL by opening a command prompt, and navigating to the folder where the archive was extracted. Once navigated, issue the following command:<br/><br/>
- <pre>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;
+ <pre>java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\jinput.jar;
-Djava.library.path=native\win32 org.lwjgl.test.WindowCreationTest</pre>
A window should appear and you should see the following output:<br/><br/>
<pre>Found <number> display modes
@@ -47,10 +47,10 @@
</li>
<li>
Test LWJGL by opening a command prompt, and navigating to the folder where the archive was extracted. Once navigated, issue the following command:<br/><br/>
- <pre>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:
+ <pre>java -cp .:res:jar/lwjgl.jar:jar/lwjgl_test.jar:jar/lwjgl_util.jar:jar/jinput.jar:
-Djava.library.path=native/linux org.lwjgl.test.WindowCreationTest</pre>
Should library loading fail, try using -Djava.library.path to specify the path. For example:<br/><br/>
- <pre>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:
+ <pre>java -cp .:res:jar/lwjgl.jar:jar/lwjgl_test.jar:jar/lwjgl_util.jar:jar/jinput.jar:
-Djava.library.path=/home/lwjgluser/lwjgl/ org.lwjgl.test.WindowCreationTest</pre>
A window should appear and you should see the following output:<br/><br/>
<pre>Found <number> display modes
@@ -77,7 +77,7 @@
</li>
<li>
Test LWJGL by opening a command prompt, and navigating to the folder where the archive was extracted. Once navigated, issue the following command:<br/><br/>
- <pre>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:
+ <pre>java -cp .:res:jar/lwjgl.jar:jar/lwjgl_test.jar:jar/lwjgl_util.jar:jar/jinput.jar:
-Djava.library.path=native/macosx org.lwjgl.test.WindowCreationTest</pre>
A window should appear and you should see the following output:<br/><br/>
<pre>Found <number> display modes
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|