summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2024-08-15 01:54:31 +0100
committerGitHub <noreply@github.com>2024-08-14 20:54:31 -0400
commitd3b9ba17da552430ffb5a5a766b8489bd4156f39 (patch)
tree8dbefd8815f4ec977092474aeb27b0be641af04e /docs
parentc8ec6042e11f4973930e72f261bc094776551440 (diff)
[Audio 4/?] Build Samplebanks, match Audiotable (#2032)
* [Audio 4/?] Build Samplebanks, match Audiotable * Fix some makefile formatting * 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 * Fix mkdir warning when extracted/VERSION/assets doesn't exist
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 cdfbda24b..af58ac3fc 100644
--- a/docs/BUILDING_MACOS.md
+++ b/docs/BUILDING_MACOS.md
@@ -13,12 +13,13 @@ For macOS, use Homebrew to install the following dependencies:
* libpng
* bash
* clang-format
+* libxml2
You can install them with the following commands:
```bash
brew update
-brew install coreutils make python3 libpng bash clang-format
+brew install coreutils make python3 libpng bash clang-format libxml2
```
(The repository expects Homebrew-installed programs to be either linked correctly in `$PATH` etc. or in their default locations.)