I am trying run Minecraft on the Raspberry Pi. But something is nessary for me — build LWJGL on ARM Linux. OK, let’s do it.
First of first, clone LWJGL 2.X from Github.
pi@raspberrypi:~/workspace $ git clone https://github.com/LWJGL/lwjgl --depth=1
To avoid the huge history data, I used “–depth=1”
Cloning into ‘lwjgl’…
remote: Counting objects: 1506, done.
remote: Compressing objects: 100% (1047/1047), done.
remote: Total 1506 (delta 845), reused 764 (delta 419), pack-reused 0
………….
pi@raspberrypi:~/workspace $ cd lwjgl/ pi@raspberrypi:~/workspace/lwjgl $ ls
Current (2016-7-18) files.
| | | |
applet | doc | libs | |
platform_build | res | build.xml | |
eclipse-update | maven | README.md | |
src | | | |
As the README.md says, try...
• • • >>