Codebase list golang-github-go-kit-kit / lintian-fixes/main examples / addsvc / pb / compile.sh
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

compile.sh @lintian-fixes/mainraw · history · blame

#!/usr/bin/env sh

# Install proto3 from source
#  brew install autoconf automake libtool
#  git clone https://github.com/google/protobuf
#  ./autogen.sh ; ./configure ; make ; make install
#
# Update protoc Go bindings via
#  go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
#
# See also
#  https://github.com/grpc/grpc-go/tree/master/examples

protoc addsvc.proto --go_out=plugins=grpc:.