Updated Windows Build (markdown)

sairathnavamsi 2015-04-06 21:13:27 -07:00
parent d7bbab57f9
commit 37de836b14

@ -32,11 +32,20 @@ cd citra
### Building
* Open cmake-gui and point it to the Citra source code (the citra root directory, not the `src` sub-directory).
![10](http://i.imgur.com/hYD7Uho.png)
* For the build directory, use a `build/` subdirectory inside the source directory or some other directory of your choice. (Tell CMake to create it.)
![11](http://i.imgur.com/SADOxuz.png)
* Click the "Configure" button and choose "Visual Studio 12 2013" or "Visual Studio 12 2013 Win64".
![12](http://i.imgur.com/E6NME69.png)
* Check if CMake detected all libraries and paths correctly and, if necessary, make any adjustments and click "Configure" again.
![13](http://i.imgur.com/scH2BrY.png)
* 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.
![14](http://i.imgur.com/jzWqzgv.png)
* Open the solution file (citra.sln) in Visual Studio 2013
![15](http://i.imgur.com/xJdyzF0.png)
* Depending on which frontend (GLFW or Qt) you want to build or run, select "citra" or "citra-qt" in the Solution Explorer, right-click and "Set as StartUp Project".
* Press F5 or select Build → Rebuild Solution in the menu.
![16](http://i.imgur.com/0TDnsud.png)
![17](http://i.imgur.com/tgL92rk.png)
* Press F5 or select Build → Rebuild Solution in the menu.
![18](http://i.imgur.com/x30ZhtE.png)