Skip to content

Commit 43e084e

Browse files
committed
added new build instructions for non standard librdkafka installation
1 parent ec21c4c commit 43e084e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ Build
7070

7171
python setup.by build
7272

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

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

7577

7678
Tests

0 commit comments

Comments
 (0)