0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 10:06:23 -05:00

Updates build instruction for macOS (#231)

This commit is contained in:
Md. Shahriar Anwar 2018-06-10 03:49:35 -04:00
parent fe9ea6dcf8
commit fde7d85253

View file

@ -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