Install Make on Windows
Last updated
Last updated
Download the installer from https://www.msys2.org/.
Install make with the command:
Add the following path to PATH:
Download GunWin make from here.
Download both the "Binaries" and "Dependencies" Zip files.
Create a folder for Make in a known location, for example, D:\Documents\Make
.
Unzip the "make-3.81-bin.zip" first to the newly created folder, then merge the content in "make-3.81-dep.zip" to the newly created folder.
Add D:\Documents\Make\bin
to PATH.
Now make is installed on the system. Run make
to invoke.