This tutorial aims to simplify the compilation of TrinityCore on Mac OS X by using Homebrew, the missing package manager for OS X, to install TrinityCore dependencies, in order to keep things simple.
1) Install Homebrew
For those who don't have Homebrew installed, you can easily install it typing:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2) Install Xcode and Command Line Tools
Install XCode using the App Store, then type:
xcodeselect --install
3) Install depe