Skip to content
Snippets Groups Projects
Commit 23df064b authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

update instructions on building protoc plugins

parent d37e5e86
No related branches found
No related tags found
No related merge requests found
...@@ -86,4 +86,6 @@ $ cd third_party/protobuf/cmake ...@@ -86,4 +86,6 @@ $ cd third_party/protobuf/cmake
$ cmake -G "Visual Studio 12 2013" $ cmake -G "Visual Studio 12 2013"
``` ```
2. Open solution `vsprojects\grpc_protoc_plugins.sln` and build it in Release mode. As a result, you should obtain a set of gRPC protoc plugin binaries (`grpc_cpp_plugin.exe`, `grpc_csharp_plugin.exe`, ...) 2. Open solution `third_party\protobuf\cmake\protobuf.sln` and build it in Release mode. That will build libraries `libprotobuf.lib` and `libprotoc.lib` needed for the next step.
3. Open solution `vsprojects\grpc_protoc_plugins.sln` and build it in Release mode. As a result, you should obtain a set of gRPC protoc plugin binaries (`grpc_cpp_plugin.exe`, `grpc_csharp_plugin.exe`, ...)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment