azureblue / MindustryPi

Mindustry for RaspberryPi!
15 stars 1 forks source link

Failed to launch #5

Open oxmc opened 2 years ago

oxmc commented 2 years ago
Couldn't load shared library 'libarcarm.so'

Unsure what to do.

OS: Raspbian GNU/Linux 10 (buster) Build version: 126.2

Link: https://github.com/azureblue/MindustryPi/releases/tag/v126.2

azureblue commented 2 years ago

For now, it requires the latest RaspberryPi OS (Debian 11, Bullseye). But I may build it for Buster.

oxmc commented 2 years ago

@azureblue How do you build it?

azureblue commented 2 years ago

I've added patches. I'm using official Mindustry jar and only rebuilding Arc (native libraries). I call gradle tasks manually, and there is some manual work (I had to manually download sources for soloud library and manually link object files for libsdl-arcarm.so because the automatic task failed to do so).

tigercoding56 commented 1 year ago

I've added patches. I'm using official Mindustry jar and only rebuilding Arc (native libraries). I call gradle tasks manually, and there is some manual work (I had to manually download sources for soloud library and manually link object files for libsdl-arcarm.so because the automatic task failed to do so).

could you also add installation instructions for manjaro arm ?