Easy Steps to Install fuego on Mac

Package Information:

Name: fuego
Use: Fuego is a collection of C++ libraries for developing software for the game of Go
URL: https://fuego.sourceforge.io/

Installation Steps:

  1. Open Terminal by hitting <command+space>. Type terminal and hit Enter key.
  2. Now, Execute

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

fuego is ready to use now!