File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,19 @@ Otherwise you can do the regular autotools dance:
250250make install
251251```
252252
253+ Alternatively, you can build and install restclient-cpp using [ vcpkg] ( https://github.com/microsoft/vcpkg/ ) dependency manager:
254+
255+ ``` bash
256+ git clone https://github.com/Microsoft/vcpkg.git
257+ cd vcpkg
258+ ./bootstrap-vcpkg.sh
259+ ./vcpkg integrate install
260+ ./vcpkg install restclient-cpp
261+ ```
262+
263+ The restclient-cpp port in vcpkg is kept up to date by Microsoft team members and community contributors.
264+ If the version is out of date, please [ create an issue or pull request] ( https://github.com/Microsoft/vcpkg ) on the vcpkg repository.
265+
253266## Contribute
254267All contributions are highly appreciated. This includes filing issues,
255268updating documentation and writing code. Please take a look at the
You can’t perform that action at this time.
0 commit comments