Jump to content

Compiling with brew (OpenXcom): Difference between revisions

From UFOpaedia
Myk002 (talk | contribs)
No edit summary
Redirected page to OpenXcom
Tag: New redirect
Line 1: Line 1:
Install brew
#REDIRECT [[OpenXcom]]
  see http://mxcl.github.com/homebrew/
 
Install dependencies
 
  brew install cmake yaml-cpp sdl sdl_gfx sdl_image sdl_mixer --with-flac --with-libmikmod --with-libvorbis
 
Then [[Compiling_with_CMake_(OpenXcom)|build with cmake]] or [[Compiling_with_Make_(OpenXcom)|make]].
 
When running cmake to generate the build files, remember to specify clang as your compiler:
 
  mkdir build
  cd build
  CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake ..
 
[[Category:OpenXcom]]

Revision as of 13:55, 10 March 2026

Redirect to: