Install on Windows

Installation on Windows

  • Install from Here
  • Run C:\MinGW\bin\mingw-get.exe to install the Make tools
  • Add C:\MinGW\bin to your $PATH
  • make Powershell alias of mingw32-make.exe to make
New-Alias -Name make -Value mingw32-make.exe