To install dbus, I follow the steps here: http://brewinstall.org/install-dbus-on-mac-with-brew/
- First, open Terminal
- Run the following command on the terminal:
-
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Then you need to install Xcode command line tools:
xcode-select –install
- After that, run brew:
brew install dbus
Advertisements
Filed under: Uncategorized | Tagged: mac | Leave a comment »