diff --git a/README.md b/README.md index 05330e49f..57c9bcc81 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,21 @@ Some other Meson options: | PISTACHE_BUILD_EXAMPLES | False | Build all of the example apps | | PISTACHE_BUILD_DOCS | False | Build Doxygen docs | + +## Installing pistache using vcpkg + +You can download and install pistache using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: + +```bash +git clone https://github.com/Microsoft/vcpkg.git +cd vcpkg +./bootstrap-vcpkg.sh +./vcpkg integrate install +./vcpkg install pistache +``` + +The pistache 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. + ## Example ### Hello World (server)