1 Star 0 Fork 295

zhaoyao / ZLToolKit

forked from 夏楚 / ZLToolKit 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build_for_ios.sh 377 Bytes
Copy Edit Raw Blame History
夏楚 authored 2018-03-19 10:04 . 修改编译脚本
#!/bin/bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cmake
cd ..
git clone --depth=50 https://github.com/xiongziliang/ZLToolKit.git
cd ZLToolKit
mkdir -p ios_build
rm -rf ./build
ln -s ./ios_build ./build
cd ios_build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/iOS.cmake -DIOS_PLATFORM=OS
make -j4
sudo make install
C++
1
https://gitee.com/zhaoyao219/ZLToolKit.git
git@gitee.com:zhaoyao219/ZLToolKit.git
zhaoyao219
ZLToolKit
ZLToolKit
master

Search