aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-04-28 10:36:59 -0700
committerGravatar GitHub <noreply@github.com>2017-04-28 10:36:59 -0700
commit746d56df18474e5c0a746cd2815de4586896aa7a (patch)
tree3dd4b9c5209d42c0aabc7f0db7c638fa2ad4187d
parenta9236bc4a1585f587da6f35897205d3479ed619a (diff)
parent75d2496ba81271c9bb989c5561851f46fb18d2f0 (diff)
Merge pull request #10901 from grpc/vjpai-patch-2
Add gflags to Mac build from source instructions
-rw-r--r--INSTALL.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 29f0060c81..6cfa1b6cba 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -46,6 +46,11 @@ packages, which you can get from [Homebrew](https://brew.sh):
$ brew install autoconf automake libtool shtool
```
+If you plan to build from source and run tests, install the following as well:
+```sh
+ $ brew install gflags
+```
+
## Protoc
By default gRPC uses [protocol buffers](https://github.com/google/protobuf),