Compiling with brew (OpenXcom)
Appearance
Install brew
see http://mxcl.github.com/homebrew/
Install dependencies
brew install yaml-cpp sdl sdl_gfx sdl_mixer sdl_image
Clone the source
git clone https://github.com/SupSuper/OpenXcom.git cd OpenXcom/src make -f Makefile.simple -j N ( N == number of cores on your machine)