Use latest vcpkg release

This commit is contained in:
Mudit Vats
2021-01-12 14:05:27 -07:00
parent 434c9a1cc2
commit aa68d7cfdb
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ Steps below are for Windows 10 and Visual Studio 2019 Professional.
Open an x64 Native Tools Command Prompt for Visual Studio 2019. Open an x64 Native Tools Command Prompt for Visual Studio 2019.
``` ```
git clone https://github.com/microsoft/vcpkg.git git clone -b 2020.11-1 https://github.com/microsoft/vcpkg.git
cd vcpkg cd vcpkg
bootstrap-vcpkg.bat bootstrap-vcpkg.bat
vcpkg install cpprestsdk[websockets]:x64-windows-static vcpkg install cpprestsdk[websockets]:x64-windows-static

View File

@@ -28,7 +28,7 @@ sudo yum install cmake
Using a Terminal window with the PATH and devtoolset enabled per the Dependencies. Using a Terminal window with the PATH and devtoolset enabled per the Dependencies.
``` ```
git clone https://github.com/microsoft/vcpkg.git git clone -b 2020.11-1 https://github.com/microsoft/vcpkg.git
cd vcpkg cd vcpkg
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh
./vcpkg install cpprestsdk[websockets] ./vcpkg install cpprestsdk[websockets]