From 4f389757ee0c34fcc57addc130ecdb65e1d645e9 Mon Sep 17 00:00:00 2001 From: JohnHolmesII Date: Sat, 31 Aug 2019 07:40:01 -0700 Subject: [PATCH] Update BUILDING.md after #6394 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index d32050e919..fc58716c94 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -10,7 +10,7 @@ Other instructions may be found [here](https://wiki.rpcs3.net/index.php?title=Bu * [CMake 3.8.2+](https://www.cmake.org/download/) (add to PATH) * [Python 3.3+](https://www.python.org/downloads/) (add to PATH) * [Qt 5.10+](https://www.qt.io/download-qt-installer) (Avoid 5.11.1, due to a bug) -* [Visual Studio 2017](https://visualstudio.microsoft.com/vs/older-downloads/) +* [Visual Studio 2019](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community) * [Vulkan SDK 1.1.97.0+](https://vulkan.lunarg.com/sdk/home) (See "Install the SDK" [here](https://vulkan.lunarg.com/doc/sdk/latest/windows/getting_started.html)) **Either add the** `QTDIR` **environment variable, e.g.** `\5.10.0\msvc2017_64\` **, or use the [Visual Studio Qt Plugin](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools-19123)**