From 9d8addca0483567bbee693e8b64ddeb1a24eaac1 Mon Sep 17 00:00:00 2001 From: Shishu the Dragon <183069616+ShishuTheDragon@users.noreply.github.com> Date: Thu, 11 Dec 2025 05:50:07 +1300 Subject: [PATCH] Update macOS build instructions (#6012) --- docs/BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 72a1863b0..ba7a980bf 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