Skip to content

Instantly share code, notes, and snippets.

View svkurowski's full-sized avatar

Sascha Vincent Kurowski svkurowski

  • Amazon Europe (@amzn)
  • Luxembourg
View GitHub Profile
@svkurowski
svkurowski / configure-for-mac.sh
Created October 27, 2014 17:11
openage OS X configure
./configure --c-compiler=clang --cpp-compiler=clang \
--flags="-stdlib=libc++" \
--ldflags="-stdlib=libc++" \
--raw-cmake-args \
-DCMAKE_C_COMPILER=/usr/bin/clang \
-DCMAKE_CXX_COMPILER=/usr/bin/clang \
-DPYTHON_INCLUDE_DIR=/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/include/python3.4m/ \
-DPYTHON_LIBRARY=/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/lib/libpython3.4.dylib \
-DPython_FRAMEWORKS=/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework \
-DOPUSFILE_INCLUDE_DIR=/usr/local/Cellar/opusfile/0.6/include/ \