diff --git a/README.md b/README.md index 0da81ff54e..92aab4489b 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ cd TDengine TDengine provide a few useful tools such as taosBenchmark (was named taosdemo) and taosdump. They were part of TDengine. By default, TDengine compiling does not include taosTools. You can use `cmake .. -DBUILD_TOOLS=true` to make them be compiled with TDengine. -To build TDengine, use [CMake](https://cmake.org/) 3.13.0 or higher versions in the project directory. +TDengine requires [GCC](https://gcc.gnu.org/) 7.5 or higher and [CMake](https://cmake.org/) 3.13.0 or higher for building. ## 4.1 Build on Linux