mirror of
https://github.com/denoland/deno.git
synced 2025-02-14 17:47:35 -05:00
Updates build instruction for macOS (#231)
This commit is contained in:
parent
fe9ea6dcf8
commit
4088b42e43
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue