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

From UFOpaedia
Jump to navigation Jump to search
Line 8: Line 8:
 
   brew install sdl_gfx
 
   brew install sdl_gfx
 
   brew install sdl_mixer
 
   brew install sdl_mixer
 +
  brew install sdl_image
  
 
Build OpenXCOM as in http://ufopaedia.org/index.php?title=Compiling_with_Make_(OpenXcom) e.g.
 
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 13:53, 3 December 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
 brew install sdl_image

Build OpenXCOM as in http://ufopaedia.org/index.php?title=Compiling_with_Make_(OpenXcom) e.g.

 make -f Makefile.simple