Skip to content

Instantly share code, notes, and snippets.

@Anime4000
Last active December 1, 2019 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Anime4000/23e27a8fd4d24f9454b1fbeac87de3e3 to your computer and use it in GitHub Desktop.
Save Anime4000/23e27a8fd4d24f9454b1fbeac87de3e3 to your computer and use it in GitHub Desktop.
https://www.msys2.org/
pacman -Syu
pacman -Su
pacman -Ss gcc | grep mingw64
# or everything (32-bit)
pacman -S --needed base-devel git subversion mercurial nasm yasm mingw-w64-i686-toolchain mingw-w64-i686-cmake mingw-w64-i686-qt5
# or everything (64-bit)
pacman -S --needed base-devel git subversion mercurial nasm yasm mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-qt5
# optional
pacman -S --needed mingw-w64-x86_64-emacs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment