Easy steps to install gcc@5 package on Mac
Package Information:
Application Name – gcc@5
What is gcc@5 – Not Available for gcc@5
Use of gcc@5 – GNU Compiler Collection
URL – https://gcc.gnu.org/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install gcc@5 using brew
brew install gcc@5

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

gcc@5 is ready to use now!