How to Install bcpp on Mac using Brew

Package Information:

Name: bcpp
Use: bcpp indents C/C++ source programs, replacing tabs with spaces or the reverse.r
URL: http://invisible-island.net/bcpp/

Installation Steps:

  1. Open Terminal.
  2. Run the following command

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

bcpp is ready to use now!