From bc05b540f49db61d0cd0e8b32e0ebc41b00a5f75 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 24 Aug 2018 09:34:58 -0700 Subject: [PATCH] README.md: Link to Alpine's protoc-gen-grpc-java --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cf23b1a8a5..08d9aa74f1 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,12 @@ protobuf { [protobuf-gradle-plugin]: https://github.com/google/protobuf-gradle-plugin +The prebuilt protoc-gen-grpc-java binary uses glibc on Linux. If you are +compiling on Alpine Linux, you may want to use the [Alpine grpc-java package][] +which uses musl instead. + +[Alpine grpc-java package]: https://pkgs.alpinelinux.org/package/edge/testing/x86_64/grpc-java + API Stability -------------