I built the Linux under a MacOS using a cross compiler. Still learning how to best target it, as I natively have a MacOS and Windows box.
If I understand correctly, I should look into a x86 Linux build as well? (If not x86, please let me know the platform and I’ll read up on it to see what I can do.)
← Return to game
Comments
Log in with itch.io to leave a comment.
I saw the release announcement and wanted to try the game, but the Linux executable turned out to be for ARM architectures. Is that intended?
I built the Linux under a MacOS using a cross compiler. Still learning how to best target it, as I natively have a MacOS and Windows box.
If I understand correctly, I should look into a x86 Linux build as well? (If not x86, please let me know the platform and I’ll read up on it to see what I can do.)
Cheers.
You were probably going for amd64, but picked aarch64 instead. That one can be useful too, for users of Raspberry Pi and ARM Chromebooks.
This makes a lot of sense then… I ran a table at a Beta playtest a week before this release and it was on a Raspberry Pi 3.
The Linux version should now be x64 based. I made an explicit Linux-arm version for those who also want to run it on RPIs. :D
Works great now, thank you!
You’re welcome, great to hear.