aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-04-27 19:05:33 -0700
committerGravatar Vijay Pai <vpai@vpai-macbookpro2.roam.corp.google.com>2017-04-28 10:35:39 -0700
commit75d2496ba81271c9bb989c5561851f46fb18d2f0 (patch)
treeec8c997b779eb6adc9f8aa814accf1141c1d4b12 /INSTALL.md
parentb40a86fee53d55fa02b733a2e567e4cb4b2d3278 (diff)
Add gflags to Mac build from source instructions
Note that gflags is already listed as something to install under Linux before build from source and running tests but was not included on Mac.
Diffstat (limited to 'INSTALL.md')
-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),