The first step is to install a compiler. The easiest way to install one is with the Xcode Command Line Tools package. So, to >do that, we need to open a terminal, and enter the following command …
xcode-select --install
Please note: This article assumes that you are configuring a MAC.
First thing is to install Homebrew.
If you don’t trust the command below, then please navigate to https://brew.sh
, and copy the install command, and paste that into your terminal.