mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
*ZDoom binary dependencies for macOS
flac | ||
fluidsynth | ||
fmodex | ||
fmodstudio | ||
llvm | ||
mpg123 | ||
ogg | ||
openal | ||
sdl | ||
sndfile | ||
vorbis | ||
readme.md |
ZDoom / GZDoom / QZDoom dependencies for macOS
Dependencies to build ZDoom / GZDoom / QZDoom binaries for macOS
Libraries were built with the following environment variables set:
export CFLAGS="-I/usr/local/include -mmacosx-version-min=10.7 -isysroot MacOSX10.7.sdk"
export CXXFLAGS="-I/usr/local/include -mmacosx-version-min=10.7 -isysroot MacOSX10.7.sdk"
export CPPFLAGS="-I/usr/local/include -mmacosx-version-min=10.7 -isysroot MacOSX10.7.sdk"
export LDFLAGS="-L/usr/local/lib -mmacosx-version-min=10.7 -isysroot MacOSX10.7.sdk"
Mac OS X 10.7 SDK was obtained from Xcode 4.6.3 which is the last version with Lion support. LLVM requires features of C++ standard library added in OS X 10.8 and the corresponding SDK was obtained from Xcode 5.1.1 which is the last version with Mountain Lion support.