The build system requires the Developer Commandline Tools to be installed, as well as the OS X 10.8 SDK.
To build binary packages, run:
cd osx
rake
You can view all tasks by running rake -T
.
The OS X 10.8 SDK is included in Xcode 5. If you are using a newer version of Xcode then you can install it as follows.
Go to the Apple Developer website and download Xcode 5.1.1.
Open the Xcode .dmg file. Right click on Xcode.app and choose "Show Package Contents".
Locate the OS X 10.8 SDK inside the Xcode package contents. Copy this directory to /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/.