*ZDoom binary dependencies for macOS
Go to file
alexey.lysiuk e4fd95e132 aedi: remove unwanted files from glslang installation 2023-07-20 12:10:58 +03:00
.github ci: use preferred way to invoke super-linter 2023-03-22 11:48:18 +02:00
.idea update pycharm project to use python 3.9 2023-02-19 10:56:08 +02:00
aedi aedi: remove unwanted files from glslang installation 2023-07-20 12:10:58 +03:00
deps deps: update jpeg-turbo to 3.0.0 2023-07-04 09:44:07 +03:00
patch aedi: patch for nasm build date determinism 2023-04-22 13:58:59 +03:00
test test: add mad test 2023-04-13 17:22:54 +03:00
.gitignore ignore temp directory by git and idea 2022-08-16 12:26:36 +03:00
build.py aedi: update copyright years 2023-01-01 10:46:34 +02:00
dependencies.md correct png reference in dependency list 2022-09-03 12:11:32 +03:00
readme.md add into about `temp` directory to readme 2022-10-12 10:34:08 +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.

Build Targets Lint Code Test Libraries

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
  • temp directory stores temporary files, customizable with --temp-path command line option

Common information

Libraries were built using 10.12 SDK (Intel x86_64) and 11.0 SDK (ARM64).
macOS 10.12 SDK was obtained from Xcode 8.3.3. macOS 11.0 SDK was obtained from Xcode 12.2.