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:
- Open Terminal on your Mac.
- Copy the below command and execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bde using brew
brew install bde
bde is ready to use now!