Raspberry Pi supported? #29
-
I tried to run the 3.7 jars (4.0 jars seem to be missing from the release section) and got an error about linux-armhf: So, I thought i'd try to build on Raspberry Pi. I'm getting this error when starting the process. What am I missing? root@wm-media:~/code/git/jlib# ./build-java.sh === root@wm-media:~/code/git/jlib# ls -la /usr/local/lib/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Reason there are no jars on GitHub are they are in Maven repo now. But in any case you will have to compile your own. Which Pi are you using? I have a 3 I could test on but not a 4. I think the problem is probably that JavaCPP doesn't have a configuration entry for ARM platform so will need to add one.,, |
Beta Was this translation helpful? Give feedback.
-
i've done a build for my rapsberry pi 3, and uploaded all the jars to the releases section, including the new There is also a new build script, Does this work on your raspberry pi? |
Beta Was this translation helpful? Give feedback.
i've done a build for my rapsberry pi 3, and uploaded all the jars to the releases section, including the new
jaylib-natives-linux-armhf-4.0.0.jar
There is also a new build script,
build-linux-armhf.sh
Does this work on your raspberry pi?