From 44c34980532a115184ff34091601265097526dfd Mon Sep 17 00:00:00 2001 From: NicholasLefave Date: Thu, 12 Jan 2023 11:45:37 -0800 Subject: [PATCH] Updated Building for macOS (markdown) --- 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 e20eef8..5bcd253 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` 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)) +* [SDL2](https://www.libsdl.org/download-2.0.php) (`brew install sdl2` NOTE: brew install SDL2_image, brew install SDL2_mixer, brew install SDL2_sound, brew install SDL2_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`)