This is an old revision of the document!
Xcode
Install Xcode at Mac App Store
Configure Xcode command-line tools by running the following from the command line
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer sudo xcodebuild -runFirstLaunch
Make sure the Xcode license agreement is signed by either opening Xcode once and confirming or running sudo xcodebuild -license from the command line.