# README
Compiling the proto file is done out of band, it is not done automatically. See https://github.com/google/knative-gcp/issues/2017.
- Download and install a
release.
- The current version is v3.14.0.
- From the root of the repo, run:
protoc pkg/broker/config/targets.proto --go_out=$GOPATH/src
Note that I had also initially run:
go get -u github.com/golang/protobuf/protoc-gen-go
go install github.com/golang/protobuf/protoc-gen-go
But as far as I am aware, they did not affect anything. Only noted here in case it actually did make a difference and are required steps. If so, please update these instructions to say so.