1 Star 0 Fork 2

大成/ZLToolKit_zw

forked from 我不写名字/ZLToolKit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build_for_linux.sh 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
我不写名字 提交于 2025-03-18 13:36 +08:00 . 合并代码
#!/bin/bash
sudo apt-get install cmake
sudo apt-get install libmysqlclient-dev
sudo apt-get install libssl-dev
cd ..
git clone --depth=50 https://github.com/xia-chu/ZLToolKit.git
cd ZLToolKit
mkdir -p linux_build
rm -rf ./build
ln -s ./linux_build ./build
cd linux_build
cmake ..
make -j4
sudo make install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aodc/ZLToolKit_zw.git
git@gitee.com:aodc/ZLToolKit_zw.git
aodc
ZLToolKit_zw
ZLToolKit_zw
master

搜索帮助