Updated Windows Build (markdown)

sairathnavamsi 2015-04-07 05:33:33 -07:00
parent 8e10a5ac73
commit 9599b72f4a

@ -30,13 +30,13 @@ cd citra
``` ```
![9](http://i.imgur.com/pEugYrc.png?2) ![9](http://i.imgur.com/pEugYrc.png?2)
NOTE: Citra by default downloads to C:\Users\<user name>\citra NOTE: Citra by default downloads to C:\Users\ <user name> \citra
### Building ### Building
* Open cmake-gui and point it to the Citra directory. Default:C:\Users\<user name>\citra * Open cmake-gui and point it to the Citra directory. Default:C:\Users\<user name>\citra
![10](http://i.imgur.com/hYD7Uho.png?2) ![10](http://i.imgur.com/hYD7Uho.png?2)
* For the build directory, use a `build/` subdirectory inside the source directory or some other directory of your choice. (Tell CMake to create it.) * 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?2) ![11](http://i.imgur.com/mwes5AV.png?1)
* Click the "Configure" button and choose "Visual Studio 12 2013" or "Visual Studio 12 2013 Win64"depending on your system architecture. * Click the "Configure" button and choose "Visual Studio 12 2013" or "Visual Studio 12 2013 Win64"depending on your system architecture.
![12](http://i.imgur.com/E6NME69.png?2) ![12](http://i.imgur.com/E6NME69.png?2)
* 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.