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

From UFOpaedia
Jump to navigation Jump to search
Line 9: Line 9:
 
   brew install sdl_mixer
 
   brew install sdl_mixer
  
Build OpenXCOM
+
Build OpenXCOM as in http://ufopaedia.org/index.php?title=Compiling_with_Make_(OpenXcom) e.g.
  
 
   make -f Makefile.simple
 
   make -f Makefile.simple

Revision as of 22:53, 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 as in http://ufopaedia.org/index.php?title=Compiling_with_Make_(OpenXcom) e.g.

 make -f Makefile.simple