From 246610ec1a7d1a5885ec2a83354686917a13a640 Mon Sep 17 00:00:00 2001 From: dcvz Date: Sat, 18 May 2024 01:32:27 +0200 Subject: [PATCH] More updates on VS instructions --- BUILDING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index fc9788b..bfc9dc4 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -27,7 +27,8 @@ sudo apt-get install cmake ninja libsdl2-dev libgtk-3-dev lld llvm clang-15 ### Windows You will need to install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/). -In the setup process you'll need to select the following tools for installation: +In the setup process you'll need to select the following options and tools for installation: +- Desktop development with C++ - C++ Clang Compiler for Windows - C++ CMake tools for Windows