mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 11:50:05 +00:00
Use qt5 instead of qt4 on OS X
parent
452994fa7f
commit
10f1c5fc45
@ -1,5 +1,3 @@
|
||||
#### NOTE: WHILE OSX BUILDS WILL COMPILE, NO IMAGE WILL SHOW UPON LOADING A FILE!
|
||||
|
||||
### Dependencies:
|
||||
|
||||
It's recommended that you use [homebrew](https://brew.sh) to install dependencies.
|
||||
@ -8,8 +6,7 @@ You'll need to download and install the following to build Citra:
|
||||
* [GLEW](http://glew.sourceforge.net/) (`brew install glew`)
|
||||
* [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`)
|
||||
* [Qt4](http://qt-project.org/downloads) (`brew install qt`)
|
||||
* Note... Qt5 will be supported soon
|
||||
* [Qt5](http://qt-project.org/downloads) (`brew install qt5`)
|
||||
* [CMake](http://www.cmake.org/) (`brew install cmake`)
|
||||
|
||||
#### Building GLFW from source:
|
||||
@ -32,7 +29,7 @@ mkdir build
|
||||
cd build
|
||||
cmake .. -GXcode
|
||||
```
|
||||
Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable Qt4 GUI).
|
||||
Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable Qt GUI).
|
||||
|
||||
#### Building with debug symbols:
|
||||
|
Loading…
Reference in New Issue
Block a user