From aba89b73bd22bbee9990de75ce0a7268690b4d14 Mon Sep 17 00:00:00 2001 From: Matt Jesuele Date: Mon, 7 Oct 2019 14:59:51 -0700 Subject: [PATCH] proto/README.md: Add note about building protoc-gen-go --- proto/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/README.md b/proto/README.md index 79d320504d..31a0747ad8 100644 --- a/proto/README.md +++ b/proto/README.md @@ -10,6 +10,9 @@ Dependencies are git submodules in //proto/third_party. You need to build protoc in //proto/third_party/protobuf by running `bazel build //:protoc` from that directory. Currently tested with bazel version 0.28.0. +You also need to run `go build -o ._protoc-gen-go ./protoc-gen-go` in +third_party/golang-protobuf. + Dependency tracking and hermeticity here poor. Generating code