*ZDoom binary dependencies for macOS
Find a file
2017-01-10 19:15:23 +02:00
flac
fmodex
fmodstudio
llvm + LLVM 3.9.1 2017-01-10 19:15:23 +02:00
mpg123 + mpg123 1.23.8 2016-10-23 12:25:05 +03:00
ogg
openal + OpenAL Soft 1.17.2 (dev at commit 16ed117) 2016-10-23 22:28:14 +03:00
sdl + SDL 2.0.5 2016-10-29 12:55:10 +03:00
sndfile + libsndfile 1.0.27 2016-10-23 12:20:40 +03:00
vorbis
readme.md + note about LLVM in readme 2017-01-10 19:15:23 +02:00

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.