Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59fabb8

Browse files
authored
Add vcpkg installation instructions (#884)
1 parent7cbd52c commit59fabb8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎README.rst

Lines changed: 13 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp