Last active
December 14, 2023 18:22
-
-
Save honghuynhit/dbc1692ed2d9c30eec08d3ad88a4a97a to your computer and use it in GitHub Desktop.
Install GnuWin32.Make for windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On windows 10 or 11, you can run the command winget install GnuWin32.Make in the command line or | |
powershell to quickly install it. Than you can use the command make. | |
p.s.: | |
You might have to add C:\Program Files (x86)\GnuWin32\bin to the windows environmental variable PATH | |
to enable quick access to the command (thanks for the JobaDiniz on this note). | |
There is no need to install choco anymore. | |
Link: https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows#:~:text=On%20windows%2010,install%20choco%20anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment