File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ colleagues.
7878From the top-level directory of ` google-cloud-cpp ` run these commands:
7979
8080``` shell
81- git clone -C $HOME https://github.com/microsoft/vcpkg.git
81+ git -C $HOME clone https://github.com/microsoft/vcpkg.git
8282$HOME /vcpkg/bootstrap-vcpkg.sh
8383cmake -H. -Bcmake-out/ -DCMAKE_TOOLCHAIN_FILE=$HOME /vcpkg/scripts/buildsystems/vcpkg.cmake
8484cmake --build cmake-out -- -j $( nproc)
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ colleagues.
104104From the top-level directory of `google-cloud-cpp` run these commands:
105105
106106```shell
107- git clone -C $HOME https://github.com/microsoft/vcpkg.git
107+ git -C $HOME clone https://github.com/microsoft/vcpkg.git
108108$HOME/vcpkg/bootstrap-vcpkg.sh
109109cmake -H. -Bcmake-out/ -DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake
110110cmake --build cmake-out -- -j $(nproc)
You can’t perform that action at this time.
0 commit comments