This repository was archived by the owner on Mar 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2424 - name : Create Build Dir
2525 run : mkdir build
2626 - name : Clone
27- run : git clone --branch 2020.11-1 https://github.com/microsoft/vcpkg.git
27+ run : git clone --branch 2021.05.12 https://github.com/microsoft/vcpkg.git
2828 - name : Build VCPKG
2929 run : cd vcpkg && bootstrap-vcpkg.bat
3030 shell : cmd
7171 - name : Create Build Dir
7272 run : mkdir build
7373 - name : Clone
74- run : git clone --branch 2020.11-1 https://github.com/microsoft/vcpkg.git
74+ run : git clone --branch 2021.05.12 https://github.com/microsoft/vcpkg.git
7575 - name : Build VCPKG
7676 run : cd vcpkg && ./bootstrap-vcpkg.sh
7777 shell : bash
Original file line number Diff line number Diff line change 2121 - name : Create Build Dir
2222 run : mkdir build
2323 - name : Clone
24- run : git clone --branch 2020.11-1 https://github.com/microsoft/vcpkg.git
24+ run : git clone --branch 2021.05.12 https://github.com/microsoft/vcpkg.git
2525 - name : Build VCPKG
2626 run : cd vcpkg && bootstrap-vcpkg.bat
2727 shell : cmd
5454 - name : Create Build Dir
5555 run : mkdir build
5656 - name : Clone
57- run : git clone --branch 2020.11-1 https://github.com/microsoft/vcpkg.git
57+ run : git clone --branch 2021.05.12 https://github.com/microsoft/vcpkg.git
5858 - name : Build VCPKG
5959 run : cd vcpkg && ./bootstrap-vcpkg.sh
6060 shell : bash
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sudo apt install git cmake build-essential curl zip unzip tar pkg-config
2525Open a Terminal window.
2626
2727```
28- git clone -b 2020.11-1 https://github.com/microsoft/vcpkg.git
28+ git clone -b 2021.05.12 https://github.com/microsoft/vcpkg.git
2929cd vcpkg
3030./bootstrap-vcpkg.sh
3131./vcpkg install cpprestsdk[websockets]
@@ -68,7 +68,7 @@ Steps below are for Windows 10 and Visual Studio 2019 Professional.
6868Open an x64 Native Tools Command Prompt for Visual Studio 2019.
6969
7070```
71- git clone -b 2020.11-1 https://github.com/microsoft/vcpkg.git
71+ git clone -b 2021.05.12 https://github.com/microsoft/vcpkg.git
7272cd vcpkg
7373bootstrap-vcpkg.bat
7474vcpkg install cpprestsdk[websockets]:x64-windows-static
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export PATH=/home/user/Downloads/git:$PATH
5050Using a Terminal window with the PATH and devtoolset enabled per the Dependencies.
5151
5252```
53- git clone -b 2020.11-1 https://github.com/microsoft/vcpkg.git
53+ git clone -b 2021.05.12 https://github.com/microsoft/vcpkg.git
5454cd vcpkg
5555./bootstrap-vcpkg.sh
5656./vcpkg install cpprestsdk[websockets]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ sudo yum install cmake
2828Using a Terminal window with the PATH and devtoolset enabled per the Dependencies.
2929
3030```
31- git clone -b 2020.11-1 https://github.com/microsoft/vcpkg.git
31+ git clone -b 2021.05.12 https://github.com/microsoft/vcpkg.git
3232cd vcpkg
3333./bootstrap-vcpkg.sh
3434./vcpkg install cpprestsdk[websockets]
Original file line number Diff line number Diff line change 1515RUN git clone https://github.com/open-amt-cloud-toolkit/rpc.git
1616WORKDIR /rpc
1717RUN mkdir -p build
18- RUN git clone --branch 2020.11-1 https://github.com/microsoft/vcpkg.git
18+ RUN git clone --branch 2021.05.12 https://github.com/microsoft/vcpkg.git
1919RUN cd vcpkg && ./bootstrap-vcpkg.sh
2020RUN ./vcpkg/vcpkg install cpprestsdk[websockets]
2121
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set VCPKG_DIR=C:\opt\vcpkg-source
1515cd %VCPKG_DIR%
1616
1717REM build vcpkg
18- git clone --branch 2020.11-1 https://github.com/microsoft/vcpkg.git
18+ git clone --branch 2021.05.12 https://github.com/microsoft/vcpkg.git
1919cd vcpkg
2020cmd /c bootstrap-vcpkg.bat
2121
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ apt install git cmake build-essential curl zip unzip tar pkg-config -y
1212
1313# cd "$BASE_DIR"/rpc
1414# # build vcpkg
15- git -C vcpkg pull || git clone --branch 2020.11-1 https://github.com/microsoft/vcpkg.git vcpkg
15+ git -C vcpkg pull || git clone --branch 2021.05.12 https://github.com/microsoft/vcpkg.git vcpkg
1616cd vcpkg
1717./bootstrap-vcpkg.sh
1818
You can’t perform that action at this time.
0 commit comments