Compiling with brew (OpenXcom)

From UFOpaedia
Revision as of 19:59, 14 June 2014 by SupSuper (talk | contribs)
Jump to navigation Jump to search

Install brew

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

Install dependencies

 brew install yaml-cpp sdl sdl_gfx sdl_image sdl_mixer --with-flac --with-libmikmod --with-libvorbis

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)