1 Star 0 Fork 0

xtzx/livekit-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bootstrap.sh 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Colburn 提交于 2021-07-06 19:30 . update twirp and pb
#!/bin/bash
if ! command -v protoc &> /dev/null
then
echo "protoc is required and not found. please install"
exit 1
fi
if ! command -v mage &> /dev/null
then
pushd /tmp
git clone https://github.com/magefile/mage
cd mage
go run bootstrap.go
rm -rf /tmp/mage
popd
fi
if ! command -v mage &> /dev/null
then
echo "Ensure `go env GOPATH`/bin is in your \$PATH"
exit 1
fi
go mod download
go get -u github.com/twitchtv/twirp/protoc-gen-twirp@v8.1.0
go get -u google.golang.org/protobuf/cmd/protoc-gen-go@v1.27.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smilejx001/livekit-server.git
git@gitee.com:smilejx001/livekit-server.git
smilejx001
livekit-server
livekit-server
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385