aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-01 16:26:10 -0700
committerJoel Galenson <jgalenson@google.com>2021-04-01 16:26:10 -0700
commit0b6c763777b9d563b4230295d578c042b877223f (patch)
treea54e24d149f00ad487d9da00d4ded4043d6d1787 /README.md
parent62c96ef22f09d2efc08854c8a497cea7b4986d7d (diff)
downloadgrpcio-0b6c763777b9d563b4230295d578c042b877223f.tar.gz
Upgrade rust/crates/grpcio to 0.8.2android-s-beta-2android-s-beta-1
Test: make Change-Id: Icf5d2be602b66424a021bf794a32fa70517fcf9a
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 03f4e19..d4d384a 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ This project is still under development. The following features with the check m
- LLVM and Clang >= 3.9 if you need to generate bindings at compile time.
- By default, the [secure feature](#feature-secure) is provided by boringssl. You can also use openssl instead by enabling [openssl feature](#feature-openssl).
-For Linux and MacOS, you also need to install gcc (or clang) too.
+For Linux and MacOS, you also need to install gcc 4.9+ (or clang) too.
Bindings are pre-generated for x86_64/arm64 Linux. For other platforms, bindings are generated at compile time.