diff --git a/INSTALL.md b/INSTALL.md
index 29f0060c81a7840c84f6245ea47b94ddcfe7fc92..6cfa1b6cbaf34ad1c9b6557cf2b75e159ebd611d 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),