Skip to content
Craig Minihan edited this page Dec 29, 2016 · 7 revisions

This page is currently being updated. It may be incomplete or wrong.

Install Xcode and tools:

xcode-select --install

Now install Homebrew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install tools we need to build:

brew update
brew install pkg-config
brew tap homebrew/versions
brew install autoconf213

Clone this wiki locally