cmake -DTARGET_ARCH=x86_64-w64-mingw32 \ -DCMAKE_INSTALL_PREFIX="/home/anon/clang_root" \ -DCOMPILER_TOOLCHAIN=clang \ -DGCC_ARCH=x86-64-v3 \ -DALWAYS_REMOVE_BUILDFILES=ON \ -DSINGLE_SOURCE_LOCATION="/home/anon/packages" \ -DRUSTUP_LOCATION="/home/anon/install_rustup" \ -D...
CMake-based MinGW-w64 Cross Toolchain This thing’s primary use is to build Windows binaries of mpv. Prerequisites In addition to CMake, you need the usual development stuff (Git, Subversion, GCC, Binutils, ragel, headers for GMP, MPFR and MPC). Note You should also install Ninja and us...
cmake -DTARGET_ARCH=i686-w64-mingw32 \ -DCMAKE_INSTALL_PREFIX="/home/user/clang_root" \ -DCOMPILER_TOOLCHAIN=clang \ -DSINGLE_SOURCE_LOCATION="/home/user/packages" \ -DRUSTUP_LOCATION="/home/user/install_rustup" \ -DMINGW_INSTALL_PREFIX="/home/user/build_i686/i686-w64-mingw32"...
cmake -DTARGET_ARCH=x86_64-w64-mingw32 \ -DCMAKE_INSTALL_PREFIX="/home/user/clang_root" \ -DCOMPILER_TOOLCHAIN=clang \ -DGCC_ARCH=x86-64-v3 \ -DSINGLE_SOURCE_LOCATION="/home/user/packages" \ -DRUSTUP_LOCATION="/home/user/install_rustup" \ -DMINGW_INSTALL_PREFIX="/home/user/...