mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 17:50:14 +00:00
Updated Windows Build (markdown)
parent
a95082a15c
commit
e507a6c4a0
@ -15,7 +15,7 @@ For the debugger/Qt GUI, you'll need to install [Qt 5](http://qt-project.org/dow
|
||||
![5](http://i.imgur.com/rPEqG4v.png?1)
|
||||
|
||||
* Download the Qt Online installer and launch it. When asked which components to install, select the *msvc2013 OpenGL* version for the processor architecture of your choice. (Be careful to use the OpenGL versions, or Citra will fail to initialize.) You might also want to install Qt Designer if you plan on modifying Citra's user interface.
|
||||
* Set the path for your Qt installation in CMake. Alternately, set your `QTDIR` environment variable to the directory which contains the `bin`, `include` and `lib` folders. (e.g. `C:\Qt\5.4\msvc2013_64_opengl`).
|
||||
* Set the path for your Qt installation in CMake. Set `QTDIR` variable to the directory which contains the `bin`, `include` and `lib` folders of QT. (e.g. `C:\Qt\5.4\msvc2013_64_opengl`).
|
||||
![6](http://i.imgur.com/VLp3oj4.png?1)
|
||||
* For running Citra builds, you'll need to have `icudt53.dll`, `icuin53.dll`, `icuuc53.dll`, `Qt5Core.dll`, `Qt5Gui.dll`, `Qt5OpenGL.dll` and `Qt5Widgets.dll` in either the application directory or in the system PATH. By default, those files are in `C:\Qt\5.4\msvc2013_64_opengl\bin`. For debug builds use the dlls with a 'd' appended to the name. (e.g. `Qt5Cored.dll`)
|
||||
![7](http://i.imgur.com/21WSjI3.png?1)
|
||||
|
Loading…
Reference in New Issue
Block a user