From 083ee928e97346a4a4e4257f2d45fa0412111ca0 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Sat, 22 Mar 2025 10:59:20 +0800 Subject: [PATCH] docs:Add Windows support restriction details in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e768b36ea..54f4ff0e9b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,9 @@ For contributing/building/testing TDengine Connectors, please check the followin # 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. +At the moment, TDengine server supports running on Linux/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. + +Starting from version 3.1.0.0, TDengine supports the Windows system exclusively in its Enterprise edition. If you want to compile taosAdapter or taosKeeper, you need to install Go 1.18 or above.