Easy steps to install gcc@9 package on Mac
Package Information:
Application Name – gcc@9
What is gcc@9 – Not Available for gcc@9
Use of gcc@9 – GNU compiler collection
URL – https://gcc.gnu.org/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install gcc@9 using brew
brew install gcc@9
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
gcc@9 is ready to use now!