*ZDoom binary dependencies for macOS
Go to file
alexey.lysiuk adaa3907f5 update vulkan-loader to 1.3.216 2022-06-09 09:46:44 +03:00
.github ci: use macos 11 for build and test 2021-11-22 10:39:00 +02:00
.idea add output path for main targets 2020-12-28 11:10:21 +02:00
aedi aedi: update vulkan-loader to 1.3.216 2022-06-09 09:45:59 +03:00
deps update vulkan-loader to 1.3.216 2022-06-09 09:46:44 +03:00
patch aedi: update sdl2 to 2.0.22 2022-04-30 12:41:42 +03:00
source build script: use automated patching for ogg target 2020-12-05 15:42:09 +02:00
test add freetype test 2021-08-01 15:48:57 +03:00
.gitignore add output path for main targets 2020-12-28 11:10:21 +02:00
build.py aedi: update copyright year 2022-01-11 11:43:50 +02:00
dependencies.md rearrange dependency list 2021-05-30 12:38:23 +03:00
readme.md readme: update prerequisites topic 2021-07-25 13:41:05 +03: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 is required in order to build universal binaries. Launch Xcode once to finish its installation. In theory, it is possible to use older versions of Xcode to build Intel target only by adding --disable-arm command line option.

Directories

  • build directory stores all intermediary files created during targets compilation, customizable with --build-path command line option
  • deps directory stores all dependencies (headers, libraries, executable and additional files) in the corresponding subdirectories
  • output directory stores built main targets, customizable with --output-path command line option
  • prefix directory stores symbolic links to all dependencies combined as one build root
  • sdk directory can contain macOS SDKs that will be picked if match with macOS deployment versions
  • source directory stores targets source code, customizable with --source-path command line option

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.