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

From UFOpaedia
Jump to navigation Jump to search
(Created page with "Install brew see http://mxcl.github.com/homebrew/ Install dependencies brew install yaml-cpp brew install sdl brew install sdl_gfx brew install sdl_mixer")
 
Line 8: Line 8:
 
   brew install sdl_gfx
 
   brew install sdl_gfx
 
   brew install sdl_mixer
 
   brew install sdl_mixer
 +
 +
Build OpenXCOM
 +
 +
  make -f Makefile.simple

Revision as of 22:51, 11 November 2012

Install brew

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

Install dependencies

 brew install yaml-cpp
 brew install sdl
 brew install sdl_gfx
 brew install sdl_mixer

Build OpenXCOM

 make -f Makefile.simple