*ZDoom binary dependencies for macOS
Find a file
alexey.lysiuk 7dfd1e3c4b update ogg to 1.3.4
built at tag v1.3.4 with addition of xiph/ogg@c8fca6b4a0
2019-09-08 16:16:23 +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 2.0.6 2019-09-01 10:43:02 +03:00
jpeg update jpeg-turbo to 2.0.3 2019-09-07 14:44:14 +03:00
moltenvk hotfix for MoltenVK 1.0.36 2019-08-11 12:21:46 +03:00
mpg123 update mpg123 to 1.25.12 2019-09-07 15:26:32 +03:00
ogg update ogg to 1.3.4 2019-09-08 16:16:23 +03:00
openal * update openal-soft to 1.19.1+ 2019-02-09 15:46:30 +02:00
sdl * rebuild sdl 2.0.8 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:24 +03:00
sndfile * build libsndfile with security patches, closes #4 2018-08-19 12:31:01 +03:00
vorbis * rebuild vorbis 1.3.6 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:25 +03:00
.gitignore add basic build script 2019-08-11 15:52:53 +03:00
.travis.yml add travis configuration 2019-08-11 15:52:53 +03:00
build.sh add basic build script 2019-08-11 15:52:53 +03:00
readme.md * update readme with sdk 10.9 2018-07-15 17:30:56 +03: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.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.