From f980949c3617d42ac93fff13ba0a8860383e27d5 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sat, 22 Mar 2025 10:41:10 +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 b2038a0dd4..2272210297 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ 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(Windows is supported for Enterprise edition). 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. If you want to compile taosAdapter or taosKeeper, you need to install Go 1.18 or above.