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

NicholasLefave 2023-01-12 11:44:08 -08:00
parent fc38d97edc
commit fe948b1b29

@ -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`)