Skip to content
Snippets Groups Projects
Commit 746d56df authored by Vijay Pai's avatar Vijay Pai Committed by GitHub
Browse files

Merge pull request #10901 from grpc/vjpai-patch-2

Add gflags to Mac build from source instructions
parents a9236bc4 75d2496b
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment