Compiling with brew (OpenXcom): Difference between revisions
Appearance
No edit summary |
Warboy1982 (talk | contribs) No edit summary |
||
| 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