We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5184001 + 43e084e commit 46a4e20Copy full SHA for 46a4e20
README.md
@@ -70,7 +70,9 @@ Build
70
71
python setup.by build
72
73
+If librdkafka is installed in a non-standard location provide the include and library directories with:
74
75
+ CPLUS_INCLUDE_PATH=/path/to/include LIBRARY_PATH=/path/to/lib python setup.py ...
76
77
78
Tests
setup.py
@@ -5,9 +5,7 @@
5
6
7
module = Extension('confluent_kafka.cimpl',
8
- include_dirs = ['/usr/local/include'],
9
libraries= ['rdkafka'],
10
- library_dirs = ['/usr/local/lib'],
11
sources=['confluent_kafka/src/confluent_kafka.c',
12
'confluent_kafka/src/Producer.c',
13
'confluent_kafka/src/Consumer.c'])
0 commit comments