mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 04:00:04 +00:00
Update links.
parent
132b65e803
commit
8b79540833
@ -1,12 +1,12 @@
|
||||
### Dependencies:
|
||||
|
||||
It's recommended that you use [homebrew](https://brew.sh) to install dependencies.
|
||||
It's recommended that you use [homebrew](http://brew.sh/) to install dependencies.
|
||||
You'll need to download and install the following to build Citra:
|
||||
|
||||
* [pkg-config](http://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`, or download [this dmg](https://www.libsdl.org/release/SDL2-2.0.4.dmg))
|
||||
* [Qt5](http://qt-project.org/downloads) (`brew install qt5`) (**Note:** If you have Qt4 installed, then you will need to remove it before building. `brew unlink qt4`)
|
||||
* [CMake](http://www.cmake.org/) (`brew install cmake`)
|
||||
* [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`)
|
||||
* A recent version of Xcode and the Xcode command line tools
|
||||
|
||||
### Cloning Citra in Git:
|
||||
|
Loading…
Reference in New Issue
Block a user