Skip to content

Commit

Permalink
Insert git checkout line into vcpkg setup command block.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Krieger committed Sep 24, 2024
1 parent 78ebcd0 commit 70abaa8
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 70abaa8

Please sign in to comment.