diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-08-13 10:00:56 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-08-13 10:00:56 -0700 |
commit | 23df064b34abc25bf0ab6f5d1451a8b80744a53a (patch) | |
tree | ee177d3b852f22a8535b8cd344b91c7be7936847 | |
parent | d37e5e865a07968ce56e43aaf345673bc98466ef (diff) |
update instructions on building protoc plugins
-rw-r--r-- | vsprojects/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vsprojects/README.md b/vsprojects/README.md index 05c13bb866..b95b468465 100644 --- a/vsprojects/README.md +++ b/vsprojects/README.md @@ -86,4 +86,6 @@ $ cd third_party/protobuf/cmake $ 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`, ...) |