TDengine 安裝

yum -y install gcc gcc-c++ kernel-devel wget make unzipc++

wget https://cmake.org/files/v3.14/cmake-3.14.5.tar.gzgit

tar zxvf cmake-3.14.5.tar.gz
cd cmake-3.14.5
./bootstrap
gmake
gmake install
cmake --versiongithub


https://github.com/taosdata/TDenginebootstrap

Building:
mkdir build && cd build
cmake .. && cmake --build .ui

Running:
./build/bin/taosd -c test/cfg
./build/bin/taos -c test/cfgip

相關文章
相關標籤/搜索