From 4088b42e430b6e4758905eca3d66f06e7785930d Mon Sep 17 00:00:00 2001 From: anwarshahriar Date: Sun, 10 Jun 2018 04:08:38 -0400 Subject: [PATCH] Updates build instruction for macOS (#231) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2694437da4..8d61e28207 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,11 @@ On macOS, using [HomeBrew](https://brew.sh/): brew install protobuf ``` +You may need to install [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) on macOS. Use [HomeBrew](https://brew.sh/) to install it: +```bash +brew install pkg-config +``` + Then you need [protoc-gen-go](https://github.com/golang/protobuf/tree/master/protoc-gen-go) and [go-bindata](https://github.com/jteeuwen/go-bindata): ``` bash