1 Star 0 Fork 0

damone/uuid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
spkg-install 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
damone 提交于 2021-11-27 01:12 +08:00 . Add packages scripts
#! /bin/sh
if [ "$SPKG_LOCAL" = "" ]; then
echo "SPKG_LOCAL undefined ... exiting";
echo "Maybe run 'qsnake --shell'?"
exit 1
fi
set -e
cmake -DCMAKE_INSTALL_PREFIX="$SPKG_LOCAL" .
make
make install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/damone/uuid.git
git@gitee.com:damone/uuid.git
damone
uuid
uuid
master

搜索帮助