Update 03-package.md

This commit is contained in:
Hui Li 2023-06-20 11:28:13 +08:00 committed by GitHub
parent 76ad34efe5
commit 46f21f55e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -18,12 +18,18 @@ TDengine 完整的软件包包括服务端taosd、应用驱动taosc
## 运行环境要求
在linux系统中运行环境最低要求如下:
linux 内核版本 - 3.10.0-1160.83.1.el7.x86_64;
glibc 版本 - 2.17;
如果通过clone源码进行编译安装还需要满足:
cmake版本 - 3.26.4或以上;
gcc 版本 - 9.3.1或以上;
## 安装
<Tabs>