Installing bde on Mac using Brew

Package Information:

Name: bde
Use: Basic Development Environment: foundational C++ libraries used at Bloomberg
URL: https://github.com/bloomberg/bde

Installation Steps:

  1. Open Terminal on your Mac.
  2. Copy the below command and execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bde using brew
    brew install bde

bde is ready to use now!