Skip to content

Commit 59fabb8

Browse files
authored
Add vcpkg installation instructions (cpp-netlib#884)
1 parent 7cbd52c commit 59fabb8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

+13
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ you can now build the tests and run them::
8181
$ make
8282
$ make test
8383

84+
You can also download and install cpp-netlib using the ` vcpkg`_ dependency manager:
85+
86+
$ git clone https://github.com/Microsoft/vcpkg.git
87+
$ cd vcpkg
88+
$ ./bootstrap-vcpkg.sh
89+
$ ./vcpkg integrate install
90+
$ vcpkg install cpp-netlib
91+
92+
The cpp-netlib port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the ` vcpkg`_ repository.
93+
94+
.. _`vcpkg`: https://github.com/Microsoft/vcpkg
95+
96+
8497
If for some reason some of the tests fail, you can send the files in
8598
``Testing/Temporary/`` as attachments to the cpp-netlib `developers mailing
8699
list`_.

0 commit comments

Comments
 (0)