mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 22:40:05 +00:00
Updated for SDL2
parent
1e3f400ecd
commit
18667a77e2
@ -4,23 +4,10 @@ It's recommended that you use [homebrew](https://brew.sh) to install dependencie
|
||||
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`)
|
||||
* [GLFW](http://www.glfw.org/download.html) (`brew tap homebrew/versions`, `brew install glfw3`)
|
||||
* [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`)
|
||||
* [CMake](http://www.cmake.org/) (`brew install cmake`)
|
||||
|
||||
#### Building GLFW from source:
|
||||
|
||||
Should you choose not to use homebrew, type these commands in a terminal:
|
||||
|
||||
```
|
||||
git clone https://github.com/glfw/glfw.git
|
||||
cd glfw
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
### Cloning Citra in Git:
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user