Skip to content

UpdateRabbitMQ C

Jose Ramon Palanco edited this page Jan 26, 2020 · 1 revision

First install cmake for windows

Go to the root project directory and type:

#!bash

mkdir build && cd build
set OPENSSL_ROOT_DIR=C:\drainware\drainwarelibs\OpenSSL64
cmake ..
cmake --build .

References: https://github.com/alanxz/rabbitmq-c

Clone this wiki locally