diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-15 20:08:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-15 20:08:00 +0100 |
| commit | 577f44adc98c39e7e4fe0a1d8db103ce7f15d1e5 (patch) | |
| tree | 7012ef069386121801e7ff7b9d794b84fb6b1202 | |
| parent | 04b5957318df591f56e0a5d39720df143dc8230d (diff) | |
A couple of macOS development notes.
| -rw-r--r-- | DEVELOP.md | 10 |
1 files changed, 10 insertions, 0 deletions
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: |
