From 78b68b3fac909a8f89a608b2c644021b5dd353e0 Mon Sep 17 00:00:00 2001 From: wangli28 Date: Wed, 22 Jan 2020 08:58:06 +0000 Subject: [PATCH] Add vcpkg installation instructions --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 87f6ce4f..f538428f 100644 --- a/README.rst +++ b/README.rst @@ -229,6 +229,20 @@ used: $ ./configure $ make +Building nghttp2 - Using vcpkg +------------------------------ + +You can download and install nghttp2 using the `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 `_ on the vcpkg repository. + Notes for building on Windows (MSVC) ------------------------------------