From f746c7c1dac58bc31ebf785de6af3143d15ce464 Mon Sep 17 00:00:00 2001 From: TheNumbat Date: Tue, 1 Sep 2020 22:22:36 -0400 Subject: [PATCH] ? --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 1a94c77..e41e7e3 100644 --- a/docs/building.md +++ b/docs/building.md @@ -42,7 +42,7 @@ Notes: ### Windows -The windows build only supports the Visual Studio compiler (for now). To get the compiler, download and install the Visual Studio 2019 Build Tools [here](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019). If you want to instead use the full Visual Studio, you can download IDE Visual Studio Community 2019 [here](https://visualstudio.microsoft.com/downloads/). Be sure to install the "Desktop development with C++" component. +The windows build is easiest to set up using the Visual Studio compiler (for now). To get the compiler, download and install the Visual Studio 2019 Build Tools [here](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019). If you want to instead use the full Visual Studio IDE, you can download Visual Studio Community 2019 [here](https://visualstudio.microsoft.com/downloads/). Be sure to install the "Desktop development with C++" component. You can download CMake for windows [here](https://cmake.org/download/). -- GitLab