Install on Windows
Installation on Windows
- Install from Here
- Run
C:\MinGW\bin\mingw-get.exeto install the Make tools - Add
C:\MinGW\binto your$PATH - make Powershell alias of
mingw32-make.exetomake
New-Alias -Name make -Value mingw32-make.exe
C:\MinGW\bin\mingw-get.exe to install the Make toolsC:\MinGW\bin to your $PATHmingw32-make.exe to makeNew-Alias -Name make -Value mingw32-make.exe