Skip to content

Commit

Permalink
Add gflags to Mac build from source instructions
Browse files Browse the repository at this point in the history
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.
vjpai authored and Vijay Pai committed Apr 28, 2017
1 parent b40a86f commit 75d2496
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -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),

0 comments on commit 75d2496

Please sign in to comment.