From 978afe670a1ce59112aa729caac21afd5d72713a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=93=81=E5=93=A5?= Date: Mon, 23 Sep 2024 20:45:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e246421e..dc1a8e5ee 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ manually on the build and target system using one of the following alternatives: repositories or using [Confluent's Deb repository](http://docs.confluent.io/current/installation.html#installation-apt). - For Redhat based distros, install `librdkafka-devel` using [Confluent's YUM repository](http://docs.confluent.io/current/installation.html#rpm-packages-via-yum). - For MacOS X, install `librdkafka` from Homebrew. You may also need to brew install pkg-config if you don't already have it: `brew install librdkafka pkg-config`. -- For Alpine: `apk add librdkafka-dev pkgconf` +- For Alpine: `apk add librdkafka-dev pkgconf gcc musl-dev` - For Windows: there are no official/supported packages, but static builds are included for Windows/x64. Installing from source is needed only for GSSAPI/Kerberos support. - For source builds, see instructions below.