Skip to content
Snippets Groups Projects
Commit cdbb60c7 authored by Yang Gao's avatar Yang Gao
Browse files

Add missing protoc command

parent 74c9ddcd
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,9 @@ $ make route_guide.pb.cc ...@@ -101,7 +101,9 @@ $ make route_guide.pb.cc
which actually runs: which actually runs:
[actual command] ```shell
$ protoc -I ../../protos --cpp_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` ../../protos/route_guide.proto
```
Running this command generates the following files: Running this command generates the following files:
- `route_guide.pb.h`, the header which declares your generated classes - `route_guide.pb.h`, the header which declares your generated classes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment