From e12aa88e96bea792c0cf1e722535eae87e407770 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Sun, 6 Oct 2019 17:12:23 -0500 Subject: [PATCH] Visual Studio: 2017 instead of 2019 and remove the click needed to download it. --- 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 e262adb..28f1e05 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://www.visualstudio.com/products/visual-studio-community-vs)** - **Make sure to select C++ support in the installer**. +* **[Visual Studio 2017 Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community)** - **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/).