From a36f87904ce44c4c8adb73cb2c28f67930285486 Mon Sep 17 00:00:00 2001 From: wangli28 Date: Wed, 22 Jan 2020 08:37:42 +0000 Subject: [PATCH] Add vcpkg installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3825ab5a..ee582822 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,17 @@ already be built. Use `make binary` to skip building the man pages, or install Equivalent options for enabling/disabling features are available when using the CMake build. +### Building mosquitto - Using vcpkg + +You can download and install mosquitto 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 mosquitto + +The mosquitto 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. ## Credits