From bcb94afade152d9118153ae0d179d7ac22bf507f Mon Sep 17 00:00:00 2001 From: chinhodado Date: Sun, 14 Dec 2014 13:14:24 -0800 Subject: [PATCH] Updated Windows Build (markdown) --- Windows-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-Build.md b/Windows-Build.md index da69dfb..08f838c 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -9,7 +9,7 @@ On Windows, all light-weight dependencies are automatically included within the For the debugger/Qt GUI, you'll need to install [Qt 5.3.1](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.3\msvc2013_opengl`) This will avoid the need to manually set them in CMake. +* Optionally, set your `QTDIR` environment variable to the directory which contains the `bin`, `include` and `lib` folders. (e.g. `C:\Qt\5.3\msvc2013_opengl`) This will avoid the need to manually set them in CMake. * For running Citra builds, you'll need to have `icudt52.dll`, `icuin52.dll`, `icuuc52.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.3\msvc2013_opengl\bin`. For debug builds use the dlls with a 'd' appended to the name. (e.g. `Qt5Cored.dll`) ### Cloning Citra in Git: