*ZDoom binary dependencies for macOS
Go to file
alexey.lysiuk b740e0a647 * rebuild openal-soft 1.18.2 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:24 +03:00
flac * rebuild flac 1.3.2 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:25 +03:00
fluidsynth * update FluidSynth to 1.1.11 2018-06-23 13:31:54 +03:00
fmodex * update FMOD Ex to 4.44.64 (64-bit dylib) 2017-01-22 10:37:00 +02:00
jpeg + libjpeg-turbo 1.5.3 2018-06-23 13:31:54 +03:00
mpg123 * rebuild mpg123 1.25.10 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:24 +03:00
ogg * rebuild ogg 1.3.3 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:25 +03:00
openal * rebuild openal-soft 1.18.2 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:24 +03:00
sdl * update SDL to 2.0.8 2018-06-23 13:31:54 +03:00
sndfile * rebuild sndfile 1.0.28 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:25 +03:00
vorbis * rebuild vorbis 1.3.6 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:25 +03:00
readme.md - note about LLVM from readme 2018-03-10 17:18:02 +02:00

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.