Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save slgithub/388321a658b01d88bd09 to your computer and use it in GitHub Desktop.
Save slgithub/388321a658b01d88bd09 to your computer and use it in GitHub Desktop.
Set Up Parameters in C++ KAFKA Client Project in Eclipse

includes paths -I

/usr/local/boost/PREFIX/lib /home/hduser/apps/kafka.2.10/libkafka-asio/lib

Libraries (-l)

boost_thread boost_system pthread z snappy

Library Search Path (-L)

/usr/local/boost/PREFIX/lib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment