-
Notifications
You must be signed in to change notification settings - Fork 3
Building: MacOS
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 Brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install tools we need to build:
brew update
brew tap homebrew/versions
brew install autoconf213