From 75d2496ba81271c9bb989c5561851f46fb18d2f0 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Thu, 27 Apr 2017 19:05:33 -0700 Subject: [PATCH] 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. --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 29f0060c81a..6cfa1b6cbaf 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),