summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2024-08-15 01:55:45 +0100
committerGitHub <noreply@github.com>2024-08-14 17:55:45 -0700
commit7209abbec29abc96c5db1251bed26ed065aab173 (patch)
treeaccc95fee88801a6866eee8a5d055b38f386b0a4 /docs
parente8cd6e622f5032d156c45677de61c36a05f7bd9b (diff)
[Audio 4/?] Build Samplebanks, match Audiotable (#1672)
* [Audio 4/?] Build Samplebanks, match Audiotable * Add missing scope in MARK chunk handling * Add comment to generate asm file when buffer bug data is emitted, remove duplicate CC4 definition * Adjust comment * SBCFLAGS * Remove unnecessary comments on notes_lut * Split build directories creation command into several to avoid it becoming too long * objcopy -j -> --only-section * Try fix mkdir from clean * Try fix 2
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILDING_MACOS.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/BUILDING_MACOS.md b/docs/BUILDING_MACOS.md
index cf93acbf2..856f5b078 100644
--- a/docs/BUILDING_MACOS.md
+++ b/docs/BUILDING_MACOS.md
@@ -11,12 +11,13 @@ For macOS, use Homebrew to install the following dependencies:
* python3
* libpng
* bash
+* libxml2
You can install them with the following commands:
```bash
brew update
-brew install coreutils make python3 libpng bash
+brew install coreutils make python3 libpng bash libxml2
```
(The repository expects Homebrew-installed programs to be either linked correctly in `$PATH` etc. or in their default locations.)