Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.sh 305 Bytes
Copy Edit Raw Blame History
xicoding authored 2023-09-11 17:52 . first commit
cd /home/regress/CantianKernel/build
sh Makefile.sh all
cp -rf /home/regress/CantianKernel/output/bin /home/regress/CantianKernel/pkg/
cp -rf /home/regress/CantianKernel/output/lib /home/regress/CantianKernel/pkg/
echo ${CTDB_HOME}
if [[ ! -d ${CTDB_HOME}/data ]]; then
mkdir -p ${CTDB_HOME}/data
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化