Fix vcpkg boostrap command. Add CentOS8 build notes.

This commit is contained in:
Mudit Vats
2021-01-06 13:58:23 -07:00
parent dbb825c49e
commit 53bc0c42da
3 changed files with 67 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ Using a Terminal window with the PATH and devtoolset enabled per the Dependencie
```
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat
./bootstrap-vcpkg.sh
./vcpkg install cpprestsdk[websockets]
```