From 2818e2e0f6c118907628db1d893a7c7ab945b1ff Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Thu, 30 Jan 2025 10:51:47 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc22695af4..e5f9a28a00 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ You can choose to install TDengine via [container](https://docs.tdengine.com/get # 3. Prerequisites +At the moment, TDengine server supports running on Linux/Windows/MacOS systems. Any application can also choose the RESTful interface provided by taosAdapter to connect the taosd service. TDengine supports X64/ARM64 CPU, and it will support MIPS64, Alpha64, ARM32, RISC-V and other CPU architectures in the future. Right now we don't support build with cross-compiling environment. + ## 3.1 On Linux
@@ -148,8 +150,6 @@ cd TDengine # 4. Building -At the moment, TDengine server supports running on Linux/Windows/MacOS systems. Any application can also choose the RESTful interface provided by taosAdapter to connect the taosd service. TDengine supports X64/ARM64 CPU, and it will support MIPS64, Alpha64, ARM32, RISC-V and other CPU architectures in the future. Right now we don't support build with cross-compiling environment. - 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.