openslide / openslide-bin

Binary builds of OpenSlide and its dependencies
https://openslide.org/download/#binaries
GNU Lesser General Public License v2.1
18 stars 28 forks source link

Windows ARM64 build #288

Open bgilbert opened 1 week ago

bgilbert commented 1 week ago

We ship ARM64 binaries for Linux and macOS but not for Windows. GCC doesn't yet support aarch64 on MinGW. We could potentially switch to clang, which has some other advantages (more hardening options, support for PDB debug output); when I last tried a year ago, Gentoo's MinGW+clang support didn't seem usable yet.