Skip to content

Commit

Permalink
Removes confusing/unnecessary section on generating code.
Browse files Browse the repository at this point in the history
  • Loading branch information
LisaFC committed Mar 7, 2016
1 parent 72724bc commit 0211098
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ Change your current directory to examples/cpp/helloworld
$ cd examples/cpp/helloworld/
```


### Generating gRPC code

To generate the client and server side interfaces:

```sh
$ make helloworld.grpc.pb.cc helloworld.pb.cc
```
Which internally invokes the proto-compiler as:

```sh
$ protoc -I ../../protos/ --grpc_out=. --plugin=protoc-gen-grpc=grpc_cpp_plugin ../../protos/helloworld.proto
$ protoc -I ../../protos/ --cpp_out=. ../../protos/helloworld.proto
```

### Client and server implementations

The client implementation is at [greeter_client.cc](helloworld/greeter_client.cc).
Expand Down

0 comments on commit 0211098

Please sign in to comment.