Skip to content

sobotklp/conan-rdkafka

Repository files navigation

conan-librdkafka

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

Build Status

Build packages

Download conan client from Conan.io and run:

$ python build.py

Upload packages to server

$ conan upload rdkafka/0.8.6@sobotklp/stable -r <remote> --all

Reuse the packages

Basic setup

$ conan install rdkafka/0.8.6@sobotklp/stable

Project setup

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

[requires]
rdkafka/0.8.6@sobotklp/stable

[generators]
txt
cmake

TODO

  • Update this package to support later versions of librdkafka
  • Test on Linux and Windows

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published