Get bullet installed on Mac using Brew
Package Information:
Name: bullet
Use: Physics SDK
URL: http://bulletphysics.org/wordpress/
Installation Steps:
- Open up your Terminal.
- Copy and run the command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bullet using brew
brew install bullet
bullet is ready to use now!