1 Star 0 Fork 1

鲁祖成/gmsec

forked from xxjwxc/gmsec 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
proto_source_install.sh 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
xxjwxc 提交于 2020-06-03 21:01 . fix dir
#!/bin/bash -x
version="3.11.4"
# su - xxj -c "qwer"
# download
curl -fLo protobuf.tar.gz https://github.com/protocolbuffers/protobuf/releases/download/v${version}/protobuf-all-${version}.tar.gz
tar -xvf protobuf.tar.gz
cd protobuf-${version}
#build
curPath=$(pwd)
./configure --prefix=$curPath --enable-shared=no CFLAGS="-fPIC -fvisibility=hidden" CXXFLAGS="-fPIC -fvisibility=hidden" || exit 1
make clean
make -j6 || exit 1
make check
make install
xattr -c ./bin/protoc
cp -r ./bin/protoc $GOPATH/bin
cd ../
rm -rf protobuf-${version}/
# install go-grpc
go get -u google.golang.org/grpc
go get -u github.com/gmsec/protoc-gen-gmsec
echo "SUCCESS"
#end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zucheng/gmsec.git
[email protected]:zucheng/gmsec.git
zucheng
gmsec
gmsec
master

搜索帮助