Updated Windows Build (markdown)

chinhodado 2014-12-14 11:34:52 -08:00
parent 5474a17a4b
commit 7e582e6251

@ -20,7 +20,7 @@ cd citra
``` ```
### Building ### Building
* Open cmake-gui and point it to the Citra source code (the citra root directory, not the src sub-directory). * 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.) * 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". * 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.