I am trying to install Steel Bank Common Lisp as described in this article.
However, when I do this step:
sh-3.2# INSTALL_ROOT=/usr/local sh install.sh
I get this error:
GNU Make not found. Try setting the environment variable GNUMAKE.
How, exactly, do I install GNU Make and set the environment variable GNUMAKE on Mac OS X?