Skip to content

Instantly share code, notes, and snippets.

@svkurowski
Created October 27, 2014 17:11
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svkurowski/746e85f1e28eeefc30f1 to your computer and use it in GitHub Desktop.
Save svkurowski/746e85f1e28eeefc30f1 to your computer and use it in GitHub Desktop.
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/ \
-DSDL2IMAGE_INCLUDE_DIRS=/usr/local/Cellar/sdl2_image/2.0.0_1/include/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment