docwilco / sptracker

An app suite for Assetto Corsa, focused on stats and setups
GNU General Public License v3.0
10 stars 4 forks source link

arm32 build #2

Closed manelfera closed 1 year ago

manelfera commented 1 year ago

Would be it be difficult to compile it for running on arm32 linux? specifically a raspberry 3 with raspbian os

docwilco commented 1 year ago

Don't see why it wouldn't. Just follow the steps in the README

docwilco commented 1 year ago

actually, you can probably get away with just running create_release.sh. You just need a fairly recent Python already installed.

manelfera commented 1 year ago

I have been trying to build it with the create_release.py but I have been facing some issues, I will try with the sh directly in a linux environment

docwilco commented 1 year ago

the py file just calls the sh file for building the linux parts (on a remote box or WSL, usually.) There's nothing in the py file that is needed by the sh file.

manelfera commented 1 year ago

I close this issue as I have managed to build an arm64 build (I switched my server to 64bits OS also) si great. I have built it using a MacBook M1 and with a python docker image for arm64.