From b7124467f8cde187ee0a004baa652bdcc823d278 Mon Sep 17 00:00:00 2001 From: ACardboardBox <81185552+ACardboardBox1@users.noreply.github.com> Date: Mon, 5 Jul 2021 21:07:02 -0400 Subject: [PATCH 1/2] AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA Okay okay this got reverted but now people r saying most of it isnt necessary so imma just remove most of it --- docs/building.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/building.md b/docs/building.md index fa8d5a9..55d04ac 100644 --- a/docs/building.md +++ b/docs/building.md @@ -40,16 +40,8 @@ If you are planning to build for Windows, you also need to install **Visual Stud - C++ Profiling tools - C++ CMake tools for windows - C++ ATL for v142 build tools (x86 & x64) -- C++ MFC for v142 build tools (x86 & x64) -- C++/CLI support for v142 build tools (14.21) -- C++ Modules for v142 build tools (x64/x86) -- Clang Compiler for Windows -- Windows 10 SDK (10.0.17134.0) -- Windows 10 SDK (10.0.16299.0) -- MSVC v141 - VS 2017 C++ x64/x86 build tools -- MSVC v140 - VS 2015 C++ build tools (v14.00) -This will install about 22 GB of crap, but is necessary to build for Windows. +This will install about 7 GB of crap, but is necessary to build for Windows. ### macOS-only dependencies (these are required for building on macOS at all, including html5.) If you are running macOS, you'll need to install Xcode. You can download it from the macOS App Store or from the [Xcode website](https://developer.apple.com/xcode/). From 91e66f1ee646780cc34065e781def3de16373df7 Mon Sep 17 00:00:00 2001 From: ACardboardBox <81185552+ACardboardBox1@users.noreply.github.com> Date: Mon, 5 Jul 2021 21:24:33 -0400 Subject: [PATCH 2/2] you too ig --- docs/building.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/building.md b/docs/building.md index 55d04ac..0efb749 100644 --- a/docs/building.md +++ b/docs/building.md @@ -36,6 +36,7 @@ If you are planning to build for Windows, you also need to install **Visual Studio 2019**. While installing it, *don't click on any of the options to install workloads*. Instead, go to the **individual components** tab and choose the following: - MSVC v142 - VS 2019 C++ x64/x86 build tools +- MSVC v141 - VS 2017 C++ x64/x86 build tools - Windows SDK (10.0.17763.0) - C++ Profiling tools - C++ CMake tools for windows