/conan-rabbitmq-c

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

Primary LanguagePythonMIT LicenseMIT

conan-rabbitmq-c

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

Build Status

Build packages

Download conan client from Conan.io and run:

$ python build.py

Or, alternatively with python3/pip3:

$ CONAN_PIP_COMMAND=pip3 CONAN_APPLE_CLANG_VERSIONS=11.0 python3 build.py

Upload packages to server

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

Reuse the packages

Basic setup

$ conan install rabbitmq-c/0.6.0@sobotklp/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@sobotklp/stable

[generators]
txt
cmake