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

@@ -27,7 +27,7 @@ Open a Terminal window.
```
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat
./bootstrap-vcpkg.sh
./vcpkg install cpprestsdk[websockets]
```
@@ -97,4 +97,5 @@ cd build\Release
rpc.exe --url wss://localhost:8080 --cmd "-t activate --profile profile1"
```
Use --help for more options.
Use --help for more options.