You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/development/contributing.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -204,9 +204,11 @@ You will need `Build Tools for Visual Studio 2017
204
204
You DO NOT need to install Visual Studio 2019.
205
205
You only need "Build Tools for Visual Studio 2019" found by
206
206
scrolling down to "All downloads" -> "Tools for Visual Studio 2019".
207
-
208
-
In the Visual Studio Installer, install C++ build tools and ensure the latest versions of MSVCv142 - VS 2019 C++ x64/x86 build tools and Windows 10 SDK are checked.
207
+
The minimum required components are:
209
208
209
+
- MSVC v140 - VS 2015 C++ build tools (v14.00)
210
+
- Windows Universal CRT SDK
211
+
210
212
**Mac OS**
211
213
212
214
Information about compiler installation can be found here:
0 commit comments