From fe948b1b29abbbec395c5e58ae10ad521b19b155 Mon Sep 17 00:00:00 2001 From: NicholasLefave Date: Thu, 12 Jan 2023 11:44:08 -0800 Subject: [PATCH] i know the editing is bad but I saw that some dependencies from the brew sdl2 were missing and put into separate packages listed there --- Building-for-macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 885f097..e20eef8 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -4,7 +4,7 @@ It's recommended that you use [homebrew](http://brew.sh/) to install dependencie You'll need to download and install the following to build Citra: * [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) (`brew install pkgconfig`) -* [SDL2](https://www.libsdl.org/download-2.0.php) (`brew install sdl2`, or download [this dmg](https://www.libsdl.org/release/SDL2-2.0.4.dmg)) +* [SDL2](https://www.libsdl.org/download-2.0.php) (`brew install sdl2` NOTE: brew install SDL_image, brew install SDL_mixer, brew install SDL_sound, brew install SDL_tff may also be required, or download [this dmg](https://www.libsdl.org/release/SDL2-2.0.4.dmg)) * [Qt5](https://www.qt.io/download/) (`brew install qt5`) (**Note:** If you have Qt4 installed, then you will need to remove it before building. `brew unlink qt4`) * [CMake](https://cmake.org/) (`brew install cmake`) * [OpenSSL](https://www.openssl.org) (`brew install openssl`)