From 21773500795b3cd9e7dd06216c73344252e4163d Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 22 Mar 2021 17:32:49 +0800 Subject: [PATCH] [TD-3430] : cmake minimal version is 2.8.12.x. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0749f3982e..79c140c741 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,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/) 3.5 or higher versions in the project directory. +To build TDengine, use [CMake](https://cmake.org/) 2.8.12.x or higher versions in the project directory. ## Install tools -- GitLab