stefansundin / superf4

:file_folder: Kill programs instantly with Ctrl+Alt+F4. (Windows)
https://stefansundin.github.io/superf4/
GNU General Public License v3.0
660 stars 39 forks source link

ARM64 #44

Open stefansundin opened 3 years ago

stefansundin commented 3 years ago

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: