Skip to content

Commit

Permalink
Merge pull request #76650 from akrieger/document_to_my_sins
Browse files Browse the repository at this point in the history
Insert git checkout line into vcpkg setup command block.
  • Loading branch information
kevingranade authored Sep 25, 2024
2 parents e1f0bff + 70abaa8 commit a4182b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/COMPILING/COMPILING-VS-VCPKG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat -disableMetrics
.\vcpkg integrate install
git checkout 66444e13a86da7087ee24c342f91801cc6eb9877
```
In a Git Bash shell, the commands are almost the same except the filesystem path separator is `/` instead of `\`.
```cmd
Expand All @@ -41,6 +42,7 @@ git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat -disableMetrics
./vcpkg.exe integrate install
git checkout 66444e13a86da7087ee24c342f91801cc6eb9877
```

## Cloning and compilation:
Expand Down

0 comments on commit a4182b7

Please sign in to comment.