From bd3905fe767513ead2b40f2f7a5ba16333c240b1 Mon Sep 17 00:00:00 2001 From: Junzhe Ren <73320411+Kenyg369@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:17:08 +0800 Subject: [PATCH] Update supported VS version installation.rst (#5174) * Update installation.rst 2022 is now supported by dependency CMake * Update installation.rst Updates on Compiling on Windows (Visual Studio) --- src/ifcopenshell-python/docs/ifcopenshell/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst index 98fc19c955..69fe987d5a 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst @@ -219,7 +219,7 @@ Compiling on Windows (Visual Studio) ------------------------------------ This is for users of `Visual Studio `__ 2008 to -2019 (2022 not yet supported by dependency CMake) with C++ toolset (or `Visual +2022 with C++ toolset, recommend to install the C++ toolset with VisualStudio Installer (or `Visual C++ Build Tools `__). 1. Fetch the latest source code, including all submodules.