1 Star 0 Fork 294

武真子 / ZLToolKit

forked from 夏楚 / ZLToolKit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_for_mac.sh 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏楚 提交于 2018-03-19 10:04 . 修改编译脚本
#!/bin/bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cmake
brew install mysql
brew install openssl
cd ..
git clone --depth=50 https://github.com/xiongziliang/ZLToolKit.git
cd ZLToolKit
mkdir -p mac_build
rm -rf ./build
ln -s ./mac_build ./build
cd mac_build
cmake .. -DOPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.2j/
make -j4
sudo make install
C++
1
https://gitee.com/wuzhenzi/ZLToolKit.git
git@gitee.com:wuzhenzi/ZLToolKit.git
wuzhenzi
ZLToolKit
ZLToolKit
master

搜索帮助