Instructions on how to install the gmake
command on macOS from source.
macOS Command Line Tools need to be installed on your local computer.
To install the Command Line Tools run the following command:
Instructions on how to install the BasicTeX TeX distribution on macOS.
First step should be to unsinstall any previous BasicTeX installation. This step can be skipped if no BasicTeX version was previously installed.
To uninstall any previous BasicTeX installations use the following command(s):
Instructions on how to install the Node.js JavaScript runtime on macOS.
First step should be to unsinstall any previous Node.js installation. This step can be skipped if no Node.js version was previously installed.
This will completelly remove any Node.js previously installed. If you which
Instructions on how to install the CMake tool on macOS.
First step should be to unsinstall any previous CMake installation. This step can be skipped if no CMake version was previously installed.
To uninstall any previous CMake installations use the following commands:
Instructions on how to install the shellcheck
command-line tool.
shellcheck
can be obtained here.
Copy the link for the version that you want to install from there (or just use
lastest one).
Instructions on how to install the Haskell Platform on macOS.
First step should be to unsinstall any previous Haskel installation. This step can be skipped if no Haskell Platform was previously installed.
This will completelly remove any Haskell Platform previously installed. If you which to keep the libraries installed with
cabal
you should skip the last command.
Instructions on how to install the Python 3 programming language on macOS.
First step should be to unsinstall any previous Python 3 installation. This step can be skipped if no Python 3 version was previously installed.
This will completelly remove any Python 3 previously installed. If you which to keep the user modules installed with
pip3
you should skip the last command.