Skip to content

Instantly share code, notes, and snippets.

@rkitover
Created February 11, 2022 04:06
Show Gist options
  • Save rkitover/64cf2199406e187b2322d85171b81fb1 to your computer and use it in GitHub Desktop.
Save rkitover/64cf2199406e187b2322d85171b81fb1 to your computer and use it in GitHub Desktop.
install msys2 mingw64
pacman --noconfirm --needed -S git make zip mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-libs \
mingw-w64-x86_64-gcc-libgfortran mingw-w64-x86_64-zlib mingw-w64-x86_64-binutils mingw-w64-x86_64-cmake \
mingw-w64-x86_64-crt-git mingw-w64-x86_64-extra-cmake-modules mingw-w64-x86_64-headers-git \
mingw-w64-x86_64-make mingw-w64-x86_64-pkgconf mingw-w64-x86_64-tools-git \
mingw-w64-x86_64-windows-default-manifest mingw-w64-x86_64-libmangle-git mingw-w64-x86_64-ninja \
mingw-w64-x86_64-gdb mingw-w64-x86_64-ccache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment