Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ARM64 #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ARM64 #44

wants to merge 1 commit into from

Conversation

stefansundin
Copy link
Owner

@stefansundin stefansundin commented Oct 4, 2020

I gave Windows 10 on ARM a try on my Raspberry Pi, and decided to try to compile a native binary. The 32-bit binary works fine by the way, and that is what the installer will install as well, so you can definitely use the normal v1.4 for now.

It seems like the mingw-w64 arm64 support is fairly new, so the packages are not available in the Debian or Ubuntu repositories. I don't think I will merge this until this part is easier.

To compile it right now, you can use binaries from https://github.com/mstorsjo/llvm-mingw.

# this works on Debian too

wget https://github.com/mstorsjo/llvm-mingw/releases/download/20200325/llvm-mingw-20200325-ubuntu-18.04.tar.xz
tar xJf llvm-mingw-20200325-ubuntu-18.04.tar.xz
export PATH="$HOME/llvm-mingw-20200325-ubuntu-18.04/bin:$PATH"

git clone -b arm64 https://github.com/stefansundin/superf4.git
cd superf4
./build.sh release

Download:

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant