@@ -17,8 +17,9 @@ For compiling under Windows, the following is required:
1717
1818- `Visual Studio Community <https://www.visualstudio.com/vs/community/ >`_,
1919 version 2019 or later. Visual Studio 2022 is recommended.
20- **Make sure to read "Installing Visual Studio caveats" below or you
21- will have to run/download the installer again. **
20+ **Make sure to enable C++ in the list of workflows to install. **
21+ If you've already installed Visual Studio without C++ support, run the installer
22+ again; it should present you a **Modify ** button.
2223- `MinGW-w64 <https://mingw-w64.org/ >`_ with GCC can be used as an alternative to
2324 Visual Studio. Be sure to install/configure it to use the ``posix `` thread model.
2425 **Important: ** When using MinGW to compile the ``master `` branch, you need GCC 9 or later.
@@ -76,20 +77,6 @@ SCons version is too old. Update it to the latest version with
7677
7778.. _doc_compiling_for_windows_install_vs :
7879
79- Installing Visual Studio caveats
80- --------------------------------
81-
82- If installing Visual Studio 2017 or 2019, make sure to enable **C++ ** in
83- the list of workflows to install.
84-
85- If installing Visual Studio 2015, make sure to run a **Custom **
86- installation instead of **Typical ** and select **C++ ** as a language there.
87-
88- If you've already made the mistake of installing Visual Studio without
89- C++ support, run the installer again; it should present you a **Modify ** button.
90- Running the installer from *Add/Remove Programs * will only give you
91- a **Repair ** option, which won't let you install C++ tools.
92-
9380Downloading Godot's source
9481--------------------------
9582
0 commit comments