You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2019/01/16 09:11:02 UTC

Slack digest for #dev - 2019-01-16

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
----