From 0a6717883f82212588c3cb790faef6be01eb1c6b Mon Sep 17 00:00:00 2001 From: Weiyi Wang Date: Thu, 18 Oct 2018 23:00:30 -0400 Subject: [PATCH] update and clean up --- Building-for-Windows.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 02884a0..ec066f9 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -28,13 +28,11 @@ NOTE: Citra by default downloads to C:\Users\\citra ![11](http://i.imgur.com/DeafFmS.jpg) * 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 15 2017 Win64" +* Click the "Configure" button and choose "Visual Studio 15 2017 Win64" ![12](http://i.imgur.com/RvVcyCP.jpg) + * NOTE: If you get errors like "XXX does not contain a CMakeLists.txt file" at this step, it means you didn't use the `--recursive` flag in the clone step, or you used tools other than the git CLI. Please run "git submodule update --init --recursive" to get remaining dependencies. - * When CMake gives you an error, find the CITRA_USE_BUNDLED_SDL2 and CITRA_USE_BUNDLED_QT options on the list and check their respective checkboxes. Click configure again. CMake will now download the required libraries. -![13](http://i.imgur.com/nyHvJSJ.jpg) - * NOTE: If you used github's own app to clone, run "git submodule update --init --recursive" to get remaining dependencies. - * Click "Generate" to create the project files. +* Click "Generate" to create the project files. ![14](http://i.imgur.com/CkZgD4p.jpg) @@ -60,8 +58,6 @@ NOTE: Citra by default downloads to C:\Users\\citra ## MinGW-w64 Build with MSYS2 -### Note that these instructions are a draft, and are dependent on the MinGW build changes to be merged - #### Prerequisites to install * [MSYS2](http://msys2.github.io/)