This commit is contained in:
Lily 2022-11-01 05:21:15 +09:00 committed by GitHub
commit bb5f392a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -259,6 +259,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)
------------------------------------