@@ -141,15 +141,15 @@ Just try to follow these rules, so we can spend more time fixing bugs and implem
141141
142142# How To Build With The Visual Studio IDE
143143
144- 1 . Install Visual Studio 2022 17.11 Preview 3 or later.
144+ 1 . Install Visual Studio 2022 17.12 Preview 1 or later.
145145 * Select "Windows 11 SDK (10.0.22621.0)" in the VS Installer.
146146 * Select "MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest)" in the VS Installer
147147 if you would like to build the ARM64/ARM64EC target.
148148 * Select "MSVC v143 - VS 2022 C++ ARM build tools (Latest)" in the VS Installer
149149 if you would like to build the ARM target.
150150 * We recommend selecting "C++ CMake tools for Windows" in the VS Installer.
151151 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.11.0 or later.
152+ * Otherwise, install [ CMake] [ ] 3.29.0 or later, and [ Ninja] [ ] 1.12.1 or later.
153153 * Make sure [ Python] [ ] 3.12 or later is available to CMake.
1541542 . Open Visual Studio, and choose the "Clone or check out code" option. Enter the URL of this repository,
155155 ` 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
160160
161161# How To Build With A Native Tools Command Prompt
162162
163- 1 . Install Visual Studio 2022 17.11 Preview 3 or later.
163+ 1 . Install Visual Studio 2022 17.12 Preview 1 or later.
164164 * Select "Windows 11 SDK (10.0.22621.0)" in the VS Installer.
165165 * Select "MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest)" in the VS Installer
166166 if you would like to build the ARM64/ARM64EC target.
167167 * Select "MSVC v143 - VS 2022 C++ ARM build tools (Latest)" in the VS Installer
168168 if you would like to build the ARM target.
169169 * We recommend selecting "C++ CMake tools for Windows" in the VS Installer.
170170 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.11.0 or later.
171+ * Otherwise, install [ CMake] [ ] 3.29.0 or later, and [ Ninja] [ ] 1.12.1 or later.
172172 * Make sure [ Python] [ ] 3.12 or later is available to CMake.
1731732 . Open a command prompt.
1741743 . Change directories to a location where you'd like a clone of this STL repository.
0 commit comments