Building LWJGL

How do I recompile LWJGL from source? There doesn’t seem to be a normal makefile (only a Makefile.am) in the directory.

The reason I’d like to do that is because I’m using Java 1.4.2 DP2 on OS X, and I’m having trouble with the liblwjgl.jnilib and I think it might be better if I recompiled it for use with Java 1.4.2.

So, how do I go about doing that?

You’re better off fetching it from cvs and run the build.sh script supplied.

  • elias