1 Star 0 Fork 1

10km/thmar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
conan_build.sh 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# 用于在编译thmar依赖库,安装到指定目录
# author guyadong
# date 2024/08/28
sh_folder=$(cd "$(dirname $0)"; pwd -P)
[ ! $(gcc -dumpmachine) ] \
&& echo "not install compiler gcc,install please" \
&& exit 255
machine=$(g++ -dumpmachine)
PROJECT_FOLDER=$sh_folder/build/$machine \
$sh_folder/gnu_build.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/l0km/thmar.git
git@gitee.com:l0km/thmar.git
l0km
thmar
thmar
master

搜索帮助