File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
92107Arrange for a RabbitMQ or other AMQP server to be running on
You can’t perform that action at this time.
0 commit comments