Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 954 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 954 Bytes

conan-rabbitmq-c

Conan.io package for RabbitMQ C/C++ library

Appveyor Travis
Build Status Build Status

Build packages

Download conan client from Conan.io and run:

$ python build.py

Upload packages to server

$ conan upload rabbitmq-c/0.6.0@dbely/stable --all

Reuse the packages

Basic setup

$ conan install rabbitmq-c/0.6.0@dbely/stable

Project setup

If you handle multiple dependencies in your project, it would be better to add a conanfile.txt

[requires]
rabbitmq-c/0.6.0@dbely/stable

[generators]
txt
cmake