LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: ali_bush on September 10, 2006, 07:50:26

Title: Gentoo's LWJGL experimental package.
Post by: ali_bush on September 10, 2006, 07:50:26
At present this will fail

ant clean clean-generated generate-all

as clean will delete the bin directory.

therefore all generate targets should depend on -initialize

[edit]
Im changing the name so that it reflect that I am going to put everything in here that is of interest to gentooers.
Title: Gentoo's LWJGL experimental package.
Post by: ali_bush on September 11, 2006, 00:01:48
ok guys.  I have just added a ebuild (install script) and a patch that will allow lwjgl to build on gentoo. (pretty minor stuff)

They are located HERE (http://overlays.gentoo.org/svn/proj/java/migrated-java-experimental-overlay/dev-java/lwjgl/)
the patch is located under the  files directory.


For gentoo users, you must have migrated to the new java system.  If you dont know what that is then this ebuild WILL NOT WORK.  have a look gentoo's java project.
Title: Gentoo's LWJGL experimental package.
Post by: ali_bush on September 11, 2006, 00:09:42
HOWTO run a test on gentoo

assuming you move the lwjgl_test.jar to the root of the extracted release archive

java -cp .:lwjgl_test.jar:res:`java-config --classpath=jutils,jinput,lwjgl` -Djava.library.path=`java-config --library=lwjgl,jinput` org.lwjgl.test.input.KeyboardTest

Note gentoo's amd64 doesn't have fmod support so nether does lwjgl at present.