Updated Windows Build (markdown)

Dante38490 2015-01-05 01:58:34 +01:00
parent a79576010b
commit 54717e1cf6

@ -6,7 +6,7 @@ On Windows, all light-weight dependencies are automatically included within the
* **Git** - I recommend [msysgit](http://msysgit.github.io/). While installing it, you can tell it to include Git in your system path. (Choose the "Use Git from the Windows Command Prompt" option.) If you missed that, don't worry, you'll just have to manually tell CMake where your git executable is, since it's used to include version info into the built executable.
### Debugger Dependencies
For the debugger/Qt GUI, you'll need to install [Qt 5.4.0](http://qt-project.org/downloads):
For the debugger/Qt GUI, you'll need to install [Qt 5.4](http://qt-project.org/downloads):
* 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.
* Optionally, 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`) This will avoid the need to manually set them in CMake.