Skip to content

Commit ff4c45b

Browse files
README.md: Add llvm-project and --progress to the initial submodule sync. (#1441)
1 parent 8b6e960 commit ff4c45b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ acquire this dependency.
150150
2. Open Visual Studio, and choose the "Clone or check out code" option. Enter the URL of this repository,
151151
`https://github.com/microsoft/STL`.
152152
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`
154154
5. In the terminal, invoke `.\vcpkg\bootstrap-vcpkg.bat`
155155
6. In the terminal, invoke `.\vcpkg\vcpkg.exe install boost-math:x86-windows boost-math:x64-windows`
156156
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.
166166
3. Change directories to a location where you'd like a clone of this STL repository.
167167
4. `git clone https://github.com/microsoft/STL`
168168
5. `cd STL`
169-
6. `git submodule update --init vcpkg`
169+
6. `git submodule update --init --progress llvm-project vcpkg`
170170
7. `.\vcpkg\bootstrap-vcpkg.bat`
171171
8. `.\vcpkg\vcpkg.exe install boost-math:x86-windows boost-math:x64-windows`
172172

@@ -234,13 +234,12 @@ C:\Users\username\Desktop>dumpbin /IMPORTS .\example.exe | findstr msvcp
234234
# How To Run The Tests With A Native Tools Command Prompt
235235

236236
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).
240239
* We recommend selecting "C++ Clang tools for Windows" in the VS Installer. This will automatically add LLVM to the
241240
`PATH` of the x86 and x64 Native Tools Command Prompts, and will ensure that you're using a supported version.
242241
* 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.
244243

245244
## Running All The Tests
246245

0 commit comments

Comments
 (0)