summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorwangli28 <wangli28@beyondsoft.com>2020-03-13 10:36:50 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2020-06-21 16:59:50 -0700
commit5dc8b264644cdc77bd5ca6727cb5bc078a9112b6 (patch)
treeed5211d2fb26136c4e1d7e894dad27758088fb4e /README.md
parentd416b8b16d196085106cfe137a0ff6919a9f6752 (diff)
downloadrabbitmq-c-5dc8b264644cdc77bd5ca6727cb5bc078a9112b6.tar.gz
Add vcpkg installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
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