2 Star 10 Fork 8

OceanBase / obconnector-c

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 343 Bytes
一键复制 编辑 原始数据 按行查看 历史
weihao.twh 提交于 2022-10-24 18:24 . fix: fix compile problems
#!/bin/bash
function clean()
{
rm -rf CMakeFiles CMakeCache.txt
}
clean
TOP_DIR=$(cd "$(dirname "$0")";pwd)
DEP_DIR=${TOP_DIR}/deps/3rd/usr/local/oceanbase/deps/devel
cmake . \
-DCMAKE_INSTALL_PREFIX=/app/mariadb \
-DWITH_SSL=$DEP_DIR \
-DENABLED_LOCAL_INFILE=1 \
-DDEFAULT_CHARSET=utf8
make -j `cat /proc/cpuinfo | grep processor| wc -l`
C
1
https://gitee.com/oceanbase/obconnector-c.git
git@gitee.com:oceanbase/obconnector-c.git
oceanbase
obconnector-c
obconnector-c
master

搜索帮助