1 Star 0 Fork 12

fhaoquan/dmlua

forked from brinkqiang/dmlua 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 519 Bytes
一键复制 编辑 原始数据 按行查看 历史
brink.qiang 提交于 2018-10-31 23:34 . add
#!/bin/bash
# - install depends tools
# yum -y install git
# yum -y install gcc gcc-c++ autoconf libtool automake make
#
# - clone code
# git clone https://github.com/brinkqiang/dmlua.git
# pushd dmlua
# git submodule update --init --recursive
#
# pushd thirdparty/depends_path
# libtoolize && aclocal && autoheader && autoconf && automake --add-missing
# sh configure
# popd
rm -rf build
mkdir build
pushd build
cmake -DCMAKE_BUILD_TYPE=relwithdebinfo ..
cmake --build .
popd
# popd
# echo continue && read -n 1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fhq/dmlua.git
git@gitee.com:fhq/dmlua.git
fhq
dmlua
dmlua
master

搜索帮助