@@ -141,15 +141,15 @@ 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.12 Preview 3 or later.
144
+ 1 . Install Visual Studio 2022 17.13 Preview 1 or later.
145
145
* Select "Windows 11 SDK (10.0.22621.0)" in the VS Installer.
146
146
* Select "MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest)" in the VS Installer
147
147
if you would like to build the ARM64/ARM64EC target.
148
148
* Select "MSVC v143 - VS 2022 C++ ARM build tools (Latest)" in the VS Installer
149
149
if you would like to build the ARM target.
150
150
* We recommend selecting "C++ CMake tools for Windows" in the VS Installer.
151
151
This will ensure that you're using supported versions of CMake and Ninja.
152
- * Otherwise, install [ CMake] [ ] 3.29 .0 or later, and [ Ninja] [ ] 1.12.1 or later.
152
+ * Otherwise, install [ CMake] [ ] 3.30 .0 or later, and [ Ninja] [ ] 1.12.1 or later.
153
153
* Make sure [ Python] [ ] 3.13 or later is available to CMake.
154
154
2 . Open Visual Studio, and choose the "Clone or check out code" option. Enter the URL of this repository,
155
155
` https://github.com/microsoft/STL ` .
@@ -160,15 +160,15 @@ Just try to follow these rules, so we can spend more time fixing bugs and implem
160
160
161
161
# How To Build With A Native Tools Command Prompt
162
162
163
- 1 . Install Visual Studio 2022 17.12 Preview 3 or later.
163
+ 1 . Install Visual Studio 2022 17.13 Preview 1 or later.
164
164
* Select "Windows 11 SDK (10.0.22621.0)" in the VS Installer.
165
165
* Select "MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest)" in the VS Installer
166
166
if you would like to build the ARM64/ARM64EC target.
167
167
* Select "MSVC v143 - VS 2022 C++ ARM build tools (Latest)" in the VS Installer
168
168
if you would like to build the ARM target.
169
169
* We recommend selecting "C++ CMake tools for Windows" in the VS Installer.
170
170
This will ensure that you're using supported versions of CMake and Ninja.
171
- * Otherwise, install [ CMake] [ ] 3.29 .0 or later, and [ Ninja] [ ] 1.12.1 or later.
171
+ * Otherwise, install [ CMake] [ ] 3.30 .0 or later, and [ Ninja] [ ] 1.12.1 or later.
172
172
* Make sure [ Python] [ ] 3.13 or later is available to CMake.
173
173
2 . Open a command prompt.
174
174
3 . Change directories to a location where you'd like a clone of this STL repository.
0 commit comments