Skip to content

Commit 5dc8b26

Browse files
LilyWangLalanxz
authored andcommitted
Add vcpkg installation instructions
1 parent d416b8b commit 5dc8b26

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,21 @@ Other interesting flags that can be passed to CMake:
8787
* `RUN_SYSTEM_TESTS=ON/OFF` toggles building the system tests (i.e. tests requiring
8888
an accessible RabbitMQ server instance on localhost), by default this is OFF
8989

90+
## Building RabbitMQ - Using vcpkg
91+
92+
You can download and install RabbitMQ using the [vcpkg](https://github.com/Microsoft/vcpkg)
93+
dependency manager:
94+
95+
git clone https://github.com/Microsoft/vcpkg.git
96+
cd vcpkg
97+
./bootstrap-vcpkg.sh
98+
./vcpkg integrate install
99+
./vcpkg install librabbitmq
100+
101+
The RabbitMQ port in vcpkg is kept up to date by Microsoft team members and
102+
community contributors. If the version is out of date,
103+
please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
104+
90105
## Running the examples
91106

92107
Arrange for a RabbitMQ or other AMQP server to be running on

0 commit comments

Comments
 (0)