From ed1901ad9c7ede1ffddf7c3b87f9778e2eb14cca Mon Sep 17 00:00:00 2001 From: hzcheng Date: Fri, 12 Jul 2019 08:43:42 +0800 Subject: [PATCH] more on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56eecf0f02..42e3d0710f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Refer to [TDengine Documentation](https://www.taosdata.com/en/documentation/) for details. # 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. +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: -- GitLab