From 577f44adc98c39e7e4fe0a1d8db103ce7f15d1e5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 15 Mar 2024 20:08:00 +0100 Subject: [PATCH] A couple of macOS development notes. --- DEVELOP.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DEVELOP.md b/DEVELOP.md index be8ed61e6..51b63ff5c 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -4,6 +4,16 @@ This file collects a few notes relevant to DCP-o-matic developers. There is als [on the web site](https://dcpomatic.com/development). +## Building on macOS/arm64 + +Build `osx-environment` in `$HOME` +``` +bash platform/osx/copy_resources.sh +source platform/osx/set_paths.sh +./waf configure --target-macos-arm64 +``` + + ## Disk writer logging As we have no `film' folder to log to during disk writes, the logs end up: -- 2.30.2