Updated Building for macOS (markdown)

NicholasLefave 2023-01-12 12:02:57 -08:00
parent 44c3498053
commit e4f7c6e736

@ -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: 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`) * [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 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)) * [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))
* [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`) * [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`) * [CMake](https://cmake.org/) (`brew install cmake`)
* [OpenSSL](https://www.openssl.org) (`brew install openssl`) * [OpenSSL](https://www.openssl.org) (`brew install openssl`)