@@ -150,7 +150,7 @@ acquire this dependency.
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 ` .
152
152
3 . Open a terminal in the IDE with `` Ctrl + ` `` (by default) or press on "View" in the top bar, and then "Terminal".
153
- 4 . In the terminal, invoke ` git submodule update --init vcpkg `
153
+ 4 . In the terminal, invoke ` git submodule update --init --progress llvm-project vcpkg `
154
154
5 . In the terminal, invoke ` .\vcpkg\bootstrap-vcpkg.bat `
155
155
6 . In the terminal, invoke ` .\vcpkg\vcpkg.exe install boost-math:x86-windows boost-math:x64-windows `
156
156
7 . Choose the architecture you wish to build in the IDE, and build as you would any other project. All necessary CMake
@@ -166,7 +166,7 @@ acquire this dependency.
166
166
3 . Change directories to a location where you'd like a clone of this STL repository.
167
167
4 . ` git clone https://github.com/microsoft/STL `
168
168
5 . ` cd STL `
169
- 6 . ` git submodule update --init vcpkg `
169
+ 6 . ` git submodule update --init --progress llvm-project vcpkg `
170
170
7 . ` .\vcpkg\bootstrap-vcpkg.bat `
171
171
8 . ` .\vcpkg\vcpkg.exe install boost-math:x86-windows boost-math:x64-windows `
172
172
@@ -234,13 +234,12 @@ C:\Users\username\Desktop>dumpbin /IMPORTS .\example.exe | findstr msvcp
234
234
# How To Run The Tests With A Native Tools Command Prompt
235
235
236
236
1 . Follow either [ How To Build With A Native Tools Command Prompt] [ ] or [ How To Build With The Visual Studio IDE] [ ] .
237
- 2 . Invoke ` git submodule update --init llvm-project ` at the root of the STL source tree.
238
- 3 . Acquire [ Python] [ ] 3.9 or newer and have it on the ` PATH ` (or run it directly using its absolute or relative path).
239
- 4 . Have LLVM's ` bin ` directory on the ` PATH ` (so ` clang-cl.exe ` is available).
237
+ 2 . Acquire [ Python] [ ] 3.9 or newer and have it on the ` PATH ` (or run it directly using its absolute or relative path).
238
+ 3 . Have LLVM's ` bin ` directory on the ` PATH ` (so ` clang-cl.exe ` is available).
240
239
* We recommend selecting "C++ Clang tools for Windows" in the VS Installer. This will automatically add LLVM to the
241
240
` PATH ` of the x86 and x64 Native Tools Command Prompts, and will ensure that you're using a supported version.
242
241
* Otherwise, use [ LLVM's installer] [ ] and choose to add LLVM to your ` PATH ` during installation.
243
- 5 . Follow the instructions below.
242
+ 4 . Follow the instructions below.
244
243
245
244
## Running All The Tests
246
245
0 commit comments