Skip to content

Commit

Permalink
Merge pull request grpc#5601 from stanley-cheung/add-protoc-to-instal…
Browse files Browse the repository at this point in the history
…l-doc

Doc Fixit: mention how to get protoc compiler in base INSTALL.md
  • Loading branch information
LisaFC committed Mar 8, 2016
2 parents 119fd38 + de14e50 commit 4046492
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ terminal:
$ [sudo] xcode-select --install
```

##Protoc

By default gRPC uses [protocol buffers](https://github.com/google/protobuf),
you will need the `protoc` compiler to generate stub server and client code.

If you compile gRPC from source, as described below, the Makefile will
automatically try and compile the `protoc` in third_party if you cloned the
repository recursively and it detects that you don't already have it
installed.


#Build from Source

For developers who are interested to contribute, here is how to compile the
Expand Down
2 changes: 1 addition & 1 deletion src/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Beta

## PREREQUISITES
- `node`: This requires `node` to be installed. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.
- `node`: This requires `node` to be installed, version `0.12` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package.

## INSTALLATION

Expand Down

0 comments on commit 4046492

Please sign in to comment.