From 7fa89910d9159f2c5eb661ffc3426a7ec984b02c Mon Sep 17 00:00:00 2001 From: Ravenin7 Date: Sat, 2 Nov 2024 03:04:09 +0530 Subject: [PATCH 1/2] DOC: Update Windows build tools instructions for VS Build Tools 2022 --- doc/source/development/contributing_environment.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index 1426d3a84a748..42b79873efb28 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -35,6 +35,10 @@ You will need `Build Tools for Visual Studio 2022 scrolling down to "All downloads" -> "Tools for Visual Studio". In the installer, select the "Desktop development with C++" Workloads. + If you encounter an error indicating `cl.exe` is not found when building with Meson, + reopen the installer and also select the optional component + **MSVC v142 - VS 2019 C++ x64/x86 build tools** in the right pane for installation. + Alternatively, you can install the necessary components on the commandline using `vs_BuildTools.exe `_ From 025ebb914e62ad531aeb228570b6028051a4f959 Mon Sep 17 00:00:00 2001 From: Ravenin7 Date: Sat, 2 Nov 2024 03:25:21 +0530 Subject: [PATCH 2/2] fix trailing whitespaces --- doc/source/development/contributing_environment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index 42b79873efb28..98bd4b00d016b 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -35,8 +35,8 @@ You will need `Build Tools for Visual Studio 2022 scrolling down to "All downloads" -> "Tools for Visual Studio". In the installer, select the "Desktop development with C++" Workloads. - If you encounter an error indicating `cl.exe` is not found when building with Meson, - reopen the installer and also select the optional component + If you encounter an error indicating ``cl.exe`` is not found when building with Meson, + reopen the installer and also select the optional component **MSVC v142 - VS 2019 C++ x64/x86 build tools** in the right pane for installation. Alternatively, you can install the necessary components on the commandline using