Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added new build instructions for non standard librdkafka installation
  • Loading branch information
johnistan committed Jun 1, 2016
commit 43e084ea7228966e80a962ef772955799e803029
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ Build

python setup.by build

If librdkafka is installed in a non-standard location provide the include and library directories with:

CPLUS_INCLUDE_PATH=/path/to/include LIBRARY_PATH=/path/to/lib python setup.py ...


Tests
Expand Down