13 Star 19 Fork 10

brinkqiang / dmtimer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
brinkqiang 提交于 2022-01-14 16:15 . --wip-- [skip ci]
#!/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 -- -j$(nproc)
popd
# popd
# echo continue && read -n 1
C++
1
https://gitee.com/brinkqiang/dmtimer.git
git@gitee.com:brinkqiang/dmtimer.git
brinkqiang
dmtimer
dmtimer
master

搜索帮助