-
Notifications
You must be signed in to change notification settings - Fork 3
Building: MacOS
Craig Minihan edited this page Dec 29, 2016
·
7 revisions
Install Xcode and tools:
xcode-select --install
Now install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Ask brew to install tools we need:
brew update
brew install pkg-config
brew tap homebrew/versions
brew install autoconf213
Clone the repository and build:
git clone --recursive https://github.com/RipcordSoftware/libjsapi.git
cd libjsapi
make