Merge pull request #29671 from taosdata/tomchon-patch-6

Update README.md
This commit is contained in:
WANG Xu 2025-02-05 11:32:00 +08:00 committed by GitHub
commit 2e4f9844c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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