From 0208f52c44f21e7bd4bf94cf8dd2139b6de18edf Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:27:10 -0700 Subject: [PATCH] Updated Building for macOS (markdown) --- Building-for-macOS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 380ee58..9b4c009 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -6,6 +6,7 @@ You'll need to download and install the following to build Citra: * [CMake](https://cmake.org/) (`brew install cmake`) * [Python 3](https://www.python.org/) (`brew install python3`) * The version included with the default developer tools may run into an issue downloading Qt. +* glslang (`brew install glslang`) * A recent version of Xcode and the Xcode command line tools ### Cloning Citra in Git: