Difference between revisions of "Compiling with brew (OpenXcom)"

From UFOpaedia
Jump to navigation Jump to search
m
Line 4: Line 4:
 
Install dependencies
 
Install dependencies
  
   brew install yaml-cpp sdl sdl_gfx sdl_mixer sdl_image
+
   brew install yaml-cpp sdl sdl_gfx sdl_image sdl_mixer --with-flac --with-libmikmod --with-libvorbis
  
 
Clone the source
 
Clone the source

Revision as of 19:59, 14 June 2014

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)