From 53a8e96310c1ce4b0d319c4c97c62dd3229cc7ee Mon Sep 17 00:00:00 2001 From: Marshall Mohror Date: Thu, 13 Feb 2020 16:49:31 -0600 Subject: [PATCH] VS 2017 -> 2019 --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 19b736b..2e1c81b 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 2017 Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community)** - **Make sure to select C++ support in the installer**. +* **[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)** - **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/vSIXMHd.jpg) * **Git** - We recommend [msysgit](http://msysgit.github.io/).