influxdb/compile_protobuf.sh

10 lines
238 B
Bash
Raw Normal View History

#!/usr/bin/env bash
. ./exports.sh
go get code.google.com/p/goprotobuf/proto \
code.google.com/p/goprotobuf/protoc-gen-go
rm src/protocol/*.pb.go
2013-10-24 20:00:36 +00:00
PATH=$protobuf_dir/installation/bin:bin:$PATH protoc --go_out=. src/protocol/*.proto