Installing Unit Testing Framework cutter on Mac using Brew
Package Information:
Name: cutter
Use: Unit Testing Framework for C and C++
URL: https://cutter.sourceforge.io/
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 cutter using brew
brew install cutter
cutter is ready to use now!