Homebrew Quick Start for Mac 10.8 Mountain Lion
The Guide shows you Exactly How to Getting-Started with Homebrew Installing New Packages on macOS 10.8 Mountain Lion.
After the Homebrew is Necessary also to Install the Command Line Tools for Xcode and the GCC Compiler for Successfully Compiling and Installing Packages by Homebrew from Source on macOS.
With the Homebrew Installed on System you Can Easily Add Useful Linux Tools Missing from Mac Repos like the wget one.
-
How to Install Homebrew for macOS.
-
How to Install Command Line Tools on Mac Mountain Lion.
-
Open Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Then Install the GCC Compiler:
brew search gcc
brew install gcc<NM>