Skip to content

Commit

Permalink
Add vcpkg installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyWangL authored and alanxz committed Jun 21, 2020
1 parent d416b8b commit 5dc8b26
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dc8b26

Please sign in to comment.