*ZDoom binary dependencies for macOS
Find a file
alexey.lysiuk a9df03af86 * update mpg123 to 1.25.8
https://www.mpg123.de/
https://www.mpg123.de/download/mpg123-1.25.8.tar.bz2

./configure --disable-shared --enable-static && make install
2017-12-17 10:08:05 +02:00
flac * update FLAC to 1.3.2 2017-04-29 17:55:35 +03:00
fluidsynth * update FluidSynth to 1.1.6 2017-08-26 17:16:12 +03:00
fmodex * update FMOD Ex to 4.44.64 (64-bit dylib) 2017-01-22 10:37:00 +02:00
fmodstudio
llvm + LLVM 3.9.1 2017-01-10 19:15:23 +02:00
mpg123 * update mpg123 to 1.25.8 2017-12-17 10:08:05 +02:00
ogg * update libogg to 1.3.3 2017-12-17 10:02:26 +02:00
openal * update OpenAL Soft to 1.18.1 2017-08-27 12:51:28 +03:00
sdl + SDL 2.0.5 2016-10-29 12:55:10 +03:00
sndfile * update sndfile 1.0.28 2017-04-29 17:55:35 +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.