0 Star 0 Fork 1.6K

菅超鹏 / EasyPR

forked from liuruoze / EasyPR 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 143 Bytes
一键复制 编辑 原始数据 按行查看 历史
Micooz 提交于 2016-01-13 22:48 . chore(build.sh): cmake should clean first
#!/usr/bin/env bash
build_tmp="_build/"
mkdir ${build_tmp} 2>/dev/null
cd ${build_tmp}
cmake --clean-first ..
make -j 4 --makefile Makefile
1
https://gitee.com/jianchaopeng/EasyPR.git
git@gitee.com:jianchaopeng/EasyPR.git
jianchaopeng
EasyPR
EasyPR
master

搜索帮助