Skip to content
Dibyendu Majumdar edited this page Dec 29, 2015 · 4 revisions

These are some notes to myself.

MSYS2 website: http://sourceforge.net/projects/msys2/

Installation: http://msys2.github.io/

Additional instructions: http://sourceforge.net/p/msys2/wiki/MSYS2%20installation/

Wiki: http://sourceforge.net/p/msys2/wiki/Home/

To install GCC toolchain:

$ pacman -S mingw-w64-x86_64-toolchain 
# (from Rustlang) Make git available in MSYS2 (if not already available on path)
$ pacman -S git
$ pacman -S base-devel

Name of make command: mingw32-make.exe

Clone this wiki locally