Instructions for installing make.
-
Install using yum
sudo yum install make
-
Install using apt
sudo apt-get install build-essential
- On Windows 10 or 11
-
Install binaries. Example:
winget install GnuWin32.Make
-
Add
C:\Program Files (x86)\GnuWin32\bin
toPath
system variable. See Add to the PATH on Windows 10 and Windows 11
-
-
Test
make --version