Compilar OTCLIENT - MAC OS X 
	  
	Necessário: 
		Mac OS X 10.6 ou maior	
		XCode				Command Line Tools for Xcode (install them inside the XCode menu)				XQuartz				Homebrew	
	  
	(instale nessa ordem) 
	  
	  
	Instalando Bibliotecas Necessárias 
	Nós usamos brew para instalar a maioria das bibliotecas necessárias, usando os seguintes comandos: 
brew install git brew install cmake brew install lua (this lua library doesn't work with in this process, we need 5.1.5) brew install boost brew install glew brew install physfs brew install libogg brew install libvorbis
	  
	Instale LUA 5.1.5 
curl "http://www.lua.org/ftp/lua-5.1.5.tar.gz"tar -zxvf lua-5.1.5.tar.gz cd lua-5.1.5make macosx test mkdir /opt/lua5.1 make INSTALL_TOP=/opt/lua5.1 install
	  
	Clonando e Compilando 
git clone git://github.com/edubart/otclient.git cd otclient mkdir build cd build cmake -DUSE_STATIC_LIBS=OFF -DLUA_LIBRARY=/opt/lua5.1/lib/liblua.a -DLUA_INCLUDE_DIR=/opt/lua5.1/include/ .. make -j4
	Agora você pode rodar, o otc output binary deve estar no mesmo diretório. 
	  
	  
	Créditos e Fonte: https://github.com/edubart/otclient/wiki/Compiling-on-Mac-OS-X 
	Xtibia.com - Sua comunidade de Tibia e Otserv