*ZDoom binary dependencies for macOS
Go to file
alexey.lysiuk 5e06b38a4f * update jpeg-turbo to 2.0.0 2018-08-05 09:37:04 +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 * rebuild fluidsynth 1.1.11 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:24 +03:00
jpeg * update jpeg-turbo to 2.0.0 2018-08-05 09:37:04 +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 * rebuild sdl 2.0.8 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:24 +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 * update readme with sdk 10.9 2018-07-15 17:30:56 +03: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.9 -isysroot MacOSX10.9.sdk"
export CXXFLAGS="-I/usr/local/include -mmacosx-version-min=10.9 -isysroot MacOSX10.9.sdk"
export CPPFLAGS="-I/usr/local/include -mmacosx-version-min=10.9 -isysroot MacOSX10.9.sdk"
export  LDFLAGS="-L/usr/local/lib     -mmacosx-version-min=10.9 -isysroot MacOSX10.9.sdk"

OS X 10.9 SDK was obtained from Xcode 6.4 which is the last version with Mavericks support.