Skip to content

Commit 4a07e30

Browse files
committed
Add vcpkg installation instructions
1 parent c4683b2 commit 4a07e30

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,19 @@ Otherwise you can do the regular autotools dance:
250250
make 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
254267
All contributions are highly appreciated. This includes filing issues,
255268
updating documentation and writing code. Please take a look at the

0 commit comments

Comments
 (0)