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:

  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 cutter using brew
    brew install cutter

cutter is ready to use now!