


This is to minimize the potential incompatibility against Windows ARM64 platfrom/toolchain. Prebuilt dependencies can be downloaded here: Īlmost all dependencies used here are using the latest development version instead of certain old version unless specified. A Unix environment, either MSYS2, WSL or a real Linux with mingw64-binutils installed.Ĭall "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat " 圆4_arm64.MSYS2 with make, diffutils, and yasm installed.The following prerequisites are for building dependencies: This applies to everything using CMake in this guide.

If using CMake from command line, use -G"Visual Studio 17 2022" -A"ARM64".Choose Visual Stuas the generator, and ARM64 as the platform. When using CMake GUI, there will be a prompt to choose the generator and the platform to use will appear before the configure begins.
