From 32d96ed8915ccccafa1f0c170bf0a99bbb4a8859 Mon Sep 17 00:00:00 2001 From: Weiyi Wang Date: Thu, 16 Mar 2017 21:16:52 +0200 Subject: [PATCH] Add support for VS2017 --- Building-for-Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 87aff93..21e73f2 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -2,7 +2,7 @@ ### Minimal Dependencies On Windows, all library dependencies are automatically included within the "externals" folder or can be downloaded on-demand. To build Citra, you simply need to install: -* **[Visual Studio 2015 Community](https://www.visualstudio.com/products/visual-studio-community-vs)** - **Make sure to select C++ support in the installer**. +* **[Visual Studio 2015/2017 Community](https://www.visualstudio.com/products/visual-studio-community-vs)** - **Make sure to select C++ support in the installer**. * **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files. ![2](http://i.imgur.com/JEabR4V.png?2) * **Git** - We recommend [msysgit](http://msysgit.github.io/). @@ -28,7 +28,7 @@ NOTE: Citra by default downloads to C:\Users\\citra ![11](http://i.imgur.com/mwes5AV.png?1) - * Click the "Configure" button and choose "Visual Studio 14 2015 Win64". + * Click the "Configure" button and choose "Visual Studio 14 2015 Win64" or "Visual Studio 15 2017 Win64", depending on which version of Visual Studio you are using. * 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/scH2BrY.png?2)