Jump to content

Compiling with brew (OpenXcom)

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

Install brew

 see http://mxcl.github.com/homebrew/

Install yaml-cpp and dependencies

 brew install yaml-cpp
 brew install sdl
 brew install sdl_gfx
 brew install sdl_mixer
 brew install 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)