From 5dc8b264644cdc77bd5ca6727cb5bc078a9112b6 Mon Sep 17 00:00:00 2001 From: wangli28 Date: Fri, 13 Mar 2020 10:36:50 +0000 Subject: Add vcpkg installation instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 31347b1..c813a02 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,21 @@ Other interesting flags that can be passed to CMake: * `RUN_SYSTEM_TESTS=ON/OFF` toggles building the system tests (i.e. tests requiring an accessible RabbitMQ server instance on localhost), by default this is OFF +## Building RabbitMQ - Using vcpkg + +You can download and install RabbitMQ 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 librabbitmq + +The RabbitMQ 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. + ## Running the examples Arrange for a RabbitMQ or other AMQP server to be running on -- cgit v1.2.1