- Install "App Installer" from the Microsoft Store
- Open a terminal with
cmd(Run as Administrator)or.Git Bash - Type
winget install -e --id GnuWin32.Maketo install GNUWin Make. This will be installed inC:\Program Files (x86)\GnuWin32\bin. - Add this folder to path, so that
makeand other GNUWin tools you install can be invoked from anywhere. - Launch a terminal again, and check that
makeresults in this error message:make: *** No targets specified and no makefile found. Stop.
Windows Subsystem for Linux (WSL) seems like a more complete solution, but is correspondingly more complex. Guide here.