Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

sobotklp/conan-rabbitmq-c

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published