From 50aba029099a2bb1137289fa886f20f519a35edc Mon Sep 17 00:00:00 2001 From: haoranchen Date: Wed, 5 Feb 2025 11:30:02 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92aab4489b..8034a68a6b 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. -TDengine requires [GCC](https://gcc.gnu.org/) 7.5 or higher and [CMake](https://cmake.org/) 3.13.0 or higher for building. +TDengine requires [GCC](https://gcc.gnu.org/) 9.3.1 or higher and [CMake](https://cmake.org/) 3.13.0 or higher for building. ## 4.1 Build on Linux