Add vcpkg installation instructions

This commit is contained in:
wangli28 2020-01-22 08:58:06 +00:00
parent 5e13274b7c
commit 78b68b3fac
1 changed files with 14 additions and 0 deletions

View File

@ -229,6 +229,20 @@ used:
$ ./configure
$ make
Building nghttp2 - Using vcpkg
------------------------------
You can download and install nghttp2 using the `vcpkg <https://github.com/Microsoft/vcpkg>`_ dependency manager::
$ git clone https://github.com/Microsoft/vcpkg.git
$ cd vcpkg
$ ./bootstrap-vcpkg.sh
$ ./vcpkg integrate install
$ ./vcpkg install nghttp2
The nghttp2 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 <https://github.com/Microsoft/vcpkg>`_ on the vcpkg repository.
Notes for building on Windows (MSVC)
------------------------------------