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