@@ -32,7 +32,7 @@ For user manual, system design and architecture, engineering blogs, refer to [TD
# Building
At the moment, TDengine only supports building and running on Linux systems. You can choose to [install from packages](https://www.taosdata.com/en/getting-started/#Install-from-Package) or from the source code. This quick guide is for installation from the source only.
To build TDengine, use [CMake](https://cmake.org/)2.8.12.x or higher versions in the project directory.
To build TDengine, use [CMake](https://cmake.org/)3.0.2 or higher versions in the project directory.
## Install tools
...
...
@@ -60,7 +60,10 @@ sudo apt-get install -y maven
### Centos 7:
```bash
sudo yum install-y gcc gcc-c++ make cmake git
sudo yum install epel-release
sudo yum update
sudo yum install-y gcc gcc-c++ make cmake3 git
sudo ln-sf /usr/bin/cmake3 /usr/bin/cmake
```
To install openjdk-8:
...
...
@@ -94,7 +97,7 @@ TDengine includes few components developed by Go language. Please refer to golan
Please use version 1.14+. For the user in China, we recommend using a proxy to accelerate package downloading.