1 Star 0 Fork 10

zhao_jd/dmtimer

forked from brinkqiang/dmtimer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
brinkqiang 提交于 2019-08-21 10:54 . 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/dmtimer.git
# pushd dmtimer
# 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 . --config relwithdebinfo
popd
# popd
# echo continue && read -n 1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhao_jd/dmtimer.git
git@gitee.com:zhao_jd/dmtimer.git
zhao_jd
dmtimer
dmtimer
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385