Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 807 Bytes

make.md

File metadata and controls

51 lines (32 loc) · 807 Bytes

What is make

Install

Instructions for installing make.

CentOS

  1. Install using yum

    sudo yum install make

Ubuntu

  1. Install using apt

    sudo apt-get install build-essential

macOS

Windows

  1. On Windows 10 or 11
    1. Install binaries. Example:

      winget install GnuWin32.Make
    2. Add C:\Program Files (x86)\GnuWin32\bin to Path system variable. See Add to the PATH on Windows 10 and Windows 11

Test

  1. Test

    make --version

Troubleshooting

References