Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 314 Bytes

install-librdkafka.md

File metadata and controls

17 lines (13 loc) · 314 Bytes

install librdkafka

For Mac and linux:

cd /tmp

wget -N https://github.com/edenhill/librdkafka/archive/0.8.6.zip -O librdkafka.zip;
unzip librdkafka.zip
rm -f librdkafka.zip

cd librdkafka-0.8.6
./configure
make -j4
sudo make install

Any problems, check this