@@ -141,11 +141,11 @@ Just try to follow these rules, so we can spend more time fixing bugs and implem
141
141
142
142
# How To Build With The Visual Studio IDE
143
143
144
- 1 . Install Visual Studio 2022 17.9 Preview 2 or later.
144
+ 1 . Install Visual Studio 2022 17.10 Preview 1 or later.
145
145
* Select "Windows 11 SDK (10.0.22000.0)" in the VS Installer.
146
146
* We recommend selecting "C++ CMake tools for Windows" in the VS Installer.
147
147
This will ensure that you're using supported versions of CMake and Ninja.
148
- * Otherwise, install [ CMake] [ ] 3.27 .0 or later, and [ Ninja] [ ] 1.11.0 or later.
148
+ * Otherwise, install [ CMake] [ ] 3.28 .0 or later, and [ Ninja] [ ] 1.11.0 or later.
149
149
* Make sure [ Python] [ ] 3.12 or later is available to CMake.
150
150
2 . Open Visual Studio, and choose the "Clone or check out code" option. Enter the URL of this repository,
151
151
` https://github.com/microsoft/STL ` .
@@ -156,11 +156,11 @@ Just try to follow these rules, so we can spend more time fixing bugs and implem
156
156
157
157
# How To Build With A Native Tools Command Prompt
158
158
159
- 1 . Install Visual Studio 2022 17.9 Preview 2 or later.
159
+ 1 . Install Visual Studio 2022 17.10 Preview 1 or later.
160
160
* Select "Windows 11 SDK (10.0.22000.0)" in the VS Installer.
161
161
* We recommend selecting "C++ CMake tools for Windows" in the VS Installer.
162
162
This will ensure that you're using supported versions of CMake and Ninja.
163
- * Otherwise, install [ CMake] [ ] 3.27 .0 or later, and [ Ninja] [ ] 1.11.0 or later.
163
+ * Otherwise, install [ CMake] [ ] 3.28 .0 or later, and [ Ninja] [ ] 1.11.0 or later.
164
164
* Make sure [ Python] [ ] 3.12 or later is available to CMake.
165
165
2 . Open a command prompt.
166
166
3 . Change directories to a location where you'd like a clone of this STL repository.
0 commit comments