summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDemur Rumed <junkmute@hotmail.com>2026-01-19 02:32:50 +0000
committerDemur Rumed <junkmute@hotmail.com>2026-01-19 02:35:48 +0000
commit7588734a4249ee20d9b5d8abedf35c93940a1dcb (patch)
treef0d4b4cd5dbf895712ee66c5c85f1ba551f262a6 /docs
parentbe0f8fec9f1c0d98251f6e8a37910142adcc2bd1 (diff)
parent0dc6989438d29513b960866539f63455701d296f (diff)
Merge remote-tracking branch 'origin/develop-copper' into merge912
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md
index 20d5556f5..74e093706 100644
--- a/docs/BUILDING.md
+++ b/docs/BUILDING.md
@@ -239,7 +239,7 @@ cmake --build build-cmake --target ExtractAssetHeaders
```
## macOS
-Requires Xcode (or xcode-tools) && `sdl2, libpng, glew, ninja, cmake, tinyxml2, nlohmann-json, libzip` (can be installed via [homebrew](https://brew.sh/), macports, etc)
+Requires Xcode (or xcode-tools) && `sdl2, libpng, glew, ninja, cmake, tinyxml2, nlohmann-json, libzip, opusfile, libvorbis` (can be installed via [homebrew](https://brew.sh/), macports, etc)
**Important: For maximum performance make sure you have ninja build tools installed!**
@@ -254,7 +254,7 @@ cd ShipWright
git submodule update --init
# Install development dependencies (assuming homebrew)
-brew install sdl2 libpng glew ninja cmake tinyxml2 nlohmann-json libzip
+brew install sdl2 libpng glew ninja cmake tinyxml2 nlohmann-json libzip opusfile libvorbis
# Generate Ninja project
# Add `-DCMAKE_BUILD_TYPE:STRING=Release` if you're packaging