Skip to content

Instantly share code, notes, and snippets.

@jstine35
Last active November 21, 2020 18:46
Show Gist options
  • Save jstine35/b7686a113caec27790dd7525612781ba to your computer and use it in GitHub Desktop.
Save jstine35/b7686a113caec27790dd7525612781ba to your computer and use it in GitHub Desktop.

Setting up mingw64 for MSSYS2, for use in building emulators via Makefile...

pacman -S make
pacman -S autoconf
pacman -S automake
pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-clang
pacman -S mingw-w64-x86_64-lld
pacman -S mingw-w64-x86_64-dlfcn
pacman -S mingw-w64-x86_64-libpng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment