0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-12 16:59:32 -05:00

Revert "Updates build instruction for macOS (#231)"

This reverts commit fde7d85253.
This commit is contained in:
Md. Shahriar Anwar 2018-06-10 03:55:06 -04:00
parent fde7d85253
commit 7bb2160885

View file

@ -89,11 +89,6 @@ 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