Skip to content

Commit

Permalink
mention how to get protoc compiler in base INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Mar 4, 2016
1 parent c276619 commit 4cbf32f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ 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 from source, see below, the Makefile will automatically try
and compile the one present in third_party if you cloned the repository
recursively, and that it detects your system is lacking it.


#Build from Source

For developers who are interested to contribute, here is how to compile the
Expand Down

0 comments on commit 4cbf32f

Please sign in to comment.