*ZDoom binary dependencies for macOS
Go to file
alexey.lysiuk f945b84d1e update fluidsynth to 2.2.1 2021-05-09 10:51:56 +03:00
.github/workflows specify continuous integration runners explicitly 2021-03-14 22:15:13 +02:00
.idea add output path for main targets 2020-12-28 11:10:21 +02:00
aedi aedi: update fluidsynth to 2.2.1 2021-05-09 10:49:55 +03:00
deps update fluidsynth to 2.2.1 2021-05-09 10:51:56 +03:00
patch aedi: update vpx to 1.10.0 2021-03-30 15:14:07 +03:00
source build script: use automated patching for ogg target 2020-12-05 15:42:09 +02:00
test add sdl2 test 2021-03-30 15:15:03 +03:00
.gitignore add output path for main targets 2020-12-28 11:10:21 +02:00
build.py split build script onto several modules 2021-01-14 10:34:20 +02:00
dependencies.md add missing dependencies to the list 2021-04-06 11:57:58 +03:00
readme.md mark command lines as shell scripts in readme 2021-01-23 15:58:01 +02:00

readme.md

*ZDoom binary dependencies for macOS

This repository contains all binary dependencies required to build macOS application bundles of ZDoom-derived source ports. A few other projects are supported as well, with lesser priority though.

Usage

Download source code, and build a target

build.py --target=<target-name>

Build target from existing source code

build.py --source=<path-to-source-code>

Generate Xcode project instead of building target, and open it

build.py --source=...|--target=... --xcode

Run build.py without arguments for complete list of options.

Prerequisites

  • Xcode 12.2 or newer, launch it once to finish installation
  • CMake 3.18 or newer, CMake.app in /Applications or system-wide cmake console executable

Common information

Libraries were built using 10.9 SDK (Intel x64_64) and 11.0 SDK (ARM64).
macOS 10.9 SDK was obtained from Xcode 6.4. macOS 11.0 SDK was obtained from Xcode 12.2.