summaryrefslogtreecommitdiffstats
path: root/libraries/grpc/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/grpc/README')
-rw-r--r--libraries/grpc/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/grpc/README b/libraries/grpc/README
index 4cd80295c7..03152b0b7c 100644
--- a/libraries/grpc/README
+++ b/libraries/grpc/README
@@ -2,3 +2,6 @@ gRPC is a modern, open source, high-performance remote procedure call
(RPC) framework that can run anywhere. gRPC enables client and server
applications to communicate transparently, and simplifies the building
of connected systems.
+
+This SlackBuild builds gRPC in C++. python3-grpcio contains the Python 3
+build of gRPC.