Skip to content

ARM64#44

Open
stefansundin wants to merge 1 commit intomasterfrom
arm64
Open

ARM64#44
stefansundin wants to merge 1 commit intomasterfrom
arm64

Conversation

@stefansundin
Copy link
Copy Markdown
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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant