Compiling with brew (OpenXcom): Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
Install dependencies | Install dependencies | ||
brew install yaml-cpp sdl sdl_gfx sdl_mixer | brew install yaml-cpp sdl sdl_gfx sdl_image sdl_mixer --with-flac --with-libmikmod --with-libvorbis | ||
Clone the source | Clone the source | ||
Revision as of 19:59, 14 June 2014
Install brew
see http://mxcl.github.com/homebrew/
Install dependencies
brew install yaml-cpp sdl sdl_gfx sdl_image sdl_mixer --with-flac --with-libmikmod --with-libvorbis
Clone the source
git clone https://github.com/SupSuper/OpenXcom.git cd OpenXcom/src make -f Makefile.simple -j N ( N == number of cores on your machine)