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:
- Open Terminal.
- Copy and execute below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cctools using brew
brew install cctools
cctools is ready to use now!