LWJGL/lwjgl

Please update Readme to allow running spaceinvaders on mac.

krzysiek84 opened this issue · 0 comments

Hello,
Think it would make sense to update readme so that it contains info how to start space invaders on mac. Line which works for me is:

    # Needs to be run in lwjgl directory
    java -cp "jar/lwjgl_util.jar:jar/lwjgl.jar:jar/lwjgl_test.jar:res:." -Djava.library.path="native/macosx" org.lwjgl.examples.spaceinvaders.Game

It's also sort of hard to find the procedure, as it's in different readme doc, would be easier if the procedure how to run lwjgl hello world app be in the main project readme.

Just my thoughts