Jump to content

Compiling with brew (OpenXcom): Difference between revisions

From UFOpaedia
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"
 
No edit summary
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