I need help trying to build Osu for Linux Arm64
Archived 2 years ago
G
gykgamer_original
I have read through Osu's github documentation and with a bit of chatgpt, friends who know C# and luck I got it built, the only problem is that nothing happens when I run it, also only arm32 building works, when building to arm64 I can't run it, it brings an error. Heres everything i've done step by step:
(Windows)
git clone --recurse-submodules https://github.com/ppy/osu
cd osu
dotnet workload install android maui-android
dotnet publish osu.Desktop -c Release -r linux-arm --self-contained -p:PublishSingleFile=false
(Saved location)\osu\osu.Desktop\bin\Release\net6.0
Copy over linux-arm folder to the pi
(Raspberry Pi)
sudo apt-get install libsdl2-dev
./osu\!
If someone can help me that would be nice, I basically know nothing in C#

