Get cctools installed on Mac using Brew

Package Information:

Name: cctools
Use: Binary and cross-compilation tools for Apple
URL: https://opensource.apple.com/

Installation Steps:

  1. Open Terminal.
  2. Copy and execute below command

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

cctools is ready to use now!