Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Check to see if you have GNU make installed by typing:

Code Block
make --version

You should see version of GNU make you are running.

Hopefully you do not have another non GNU make installed.

Linux and Mac OS C installation

For most linux distributions it comes pre-installed as part of the installation.

For Mac OS X, installing the X-Code command line tools will give you it.

Windows Installation

For Windows you will need to install make. I prefer just to install make by itself:

...