mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 02:10:08 +00:00
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
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`)
|
||||
|
Loading…
Reference in New Issue
Block a user