From 4a68536071c421f8116e537cef1d1c3fa4ec9162 Mon Sep 17 00:00:00 2001 From: Jake Downs Date: Thu, 22 Sep 2022 08:03:51 -0700 Subject: [PATCH] update recommendation to visual studio 2022 per emufan4568 https://discord.com/channels/220740965957107713/343888608442449920/1022520293656379442 --- Building-for-Windows.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 7663550..32fe7e6 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -1,8 +1,10 @@ ## MSVC Build for Windows + + ### 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 2019](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer**. +* **[Visual Studio 2022](https://visualstudio.microsoft.com/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/vSIXMHd.jpg) * **Git** - We recommend [msysgit](http://msysgit.github.io/).