You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -167,7 +165,7 @@ by default but are available in the corresponding `..-dev` or `..-devel`
167
165
packages (e.g., libsasl2-dev).
168
166
169
167
After a succesful static build verify the dependencies by running
170
-
`ldd ./your_program`, librdkafka should not be listed.
168
+
`ldd ./your_program` (or `otool -L ./your_program` on OSX), librdkafka should not be listed.
171
169
172
170
173
171
@@ -184,6 +182,20 @@ Getting Started
184
182
Installing librdkafka
185
183
---------------------
186
184
185
+
Either install librdkafka through your OS/distributions package manager,
186
+
or download and build it from source.
187
+
188
+
For Debian and Ubuntu based distros, install `librdkafka-dev` from the standard
189
+
repositories or using [Confluent's Deb repository](http://docs.confluent.io/3.2.0/installation.html#installation-apt).
190
+
191
+
For Redhat based distros, install `librdkafka-devel` using [Confluent's YUM repository](http://docs.confluent.io/3.2.0/installation.html#rpm-packages-via-yum).
192
+
193
+
For MacOS X, install `librdkafka` from Homebrew.
194
+
195
+
For Windows, see the `librdkafka.redist` NuGet package.
0 commit comments