Jump to content

Compiling with brew (OpenXcom)

From UFOpaedia
Revision as of 03:07, 22 December 2013 by Mawaldne (talk | contribs)

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)