Files
openbilibili/app/service/main/member/model/pro.sh

8 lines
317 B
Bash
Raw Normal View History

2019-04-22 20:46:32 +08:00
#! /bin/sh
# proto.sh https://github.com/google/protobuf/releases 下载release包解压后将include中的文件夹拖到/usr/local/include即可
gopath=$GOPATH/src
gogopath=$GOPATH/src/go-common/vendor/github.com/gogo/protobuf
protoc --gofast_out=. --proto_path=/usr/local/include:$gopath:$gogopath:. *.proto