2019-01-16 01:08:51 UTC - Vardhman: @Matteo Merli Can you tell me how can I directly use a Deb/RPM package for my C code? Is it possible to link these packages during compile time? ---- 2019-01-16 01:24:17 UTC - Matteo Merli: The RPM / Deb will include the C++ (and C) headers plus the `libpulsar.so` and `libpulsar.a`. Both library are statically compiled to include all required dependencies ----