Updated Windows Build (markdown)

sairathnavamsi 2015-04-05 00:50:22 -07:00
parent b02bcd972d
commit e22fd581f3

@ -24,7 +24,7 @@ cd citra
* Open cmake-gui and point it to the Citra source code (the citra root directory, not the `src` sub-directory).
* For the build directory, use a `build/` subdirectory inside the source directory or some other directory of your choice. (Tell CMake to create it.)
* Click the "Configure" button and choose "Visual Studio 12 2013" or "Visual Studio 12 2013 Win64".
* Check if CMake detected all libraries and paths correctly and, if necessary, make any adjustments and click "Configure" again.
* Check if CMake detected all libraries and paths correctly and, if necessary, make any adjustments and click "Configure" again(make sure to specify QT path).
* Qt 5.3 is known to fail at this step. Make sure you have at least 5.3.1.
* Click "Generate" to create the project files.
* Open the solution file (citra.sln) in Visual Studio 2013