Skip to content

Commit

Permalink
NOISSUE- Update dev-guide.md (absmach#25)
Browse files Browse the repository at this point in the history
* Update dev-guide.md

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>

* Update protobuf version

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
  • Loading branch information
manuio committed Apr 13, 2020
1 parent 4c37ffc commit f7e4759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modules won't work).

### Prerequisites

Make sure that you have [Protocol Buffers](https://developers.google.com/protocol-buffers/) (version 3.6.1) compiler (`protoc`) installed.
Make sure that you have [Protocol Buffers](https://developers.google.com/protocol-buffers/) (version 3.11.4) compiler (`protoc`) installed.

[Go Protobuf](https://github.com/golang/protobuf) installation instructions are [here](https://github.com/golang/protobuf#installation).
Go Protobuf uses C bindings, so you will need to install [C++ protobuf](https://github.com/google/protobuf) as a prerequisite.
Expand Down Expand Up @@ -179,6 +179,7 @@ To do this by hand, execute:

```
protoc --gofast_out=plugins=grpc:. *.proto
protoc --gogo_out=plugins=grpc:. broker/*.proto
```

A shorthand to do this via `make` tool is:
Expand Down

0 comments on commit f7e4759

Please sign in to comment.