未验证 提交 71ac7844 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

update README.md for build taos-tools on CentOS (#8905)

* [TD-10896]<fix>: replace blm3 with taosadapter

* fix script to install taosadapter.service

* fix if upx already executed

* fix blm3 wording in document

* fix tar.gz miss taosadapter service issue

* make taosadapter build/install works on Mac

* fix deb post install script.

* update README.md, add libz-devel for CentOS
上级 fbe519c7
...@@ -64,7 +64,7 @@ To build the [taos-tools](https://github.com/taosdata/taos-tools) on Ubuntu/Debi ...@@ -64,7 +64,7 @@ To build the [taos-tools](https://github.com/taosdata/taos-tools) on Ubuntu/Debi
sudo apt install libjansson-dev libsnappy-dev liblzma-dev libz-dev pkg-config sudo apt install libjansson-dev libsnappy-dev liblzma-dev libz-dev pkg-config
``` ```
### Centos 7: ### CentOS 7:
```bash ```bash
sudo yum install epel-release sudo yum install epel-release
sudo yum update sudo yum update
...@@ -82,7 +82,7 @@ To install Apache Maven: ...@@ -82,7 +82,7 @@ To install Apache Maven:
sudo yum install -y maven sudo yum install -y maven
``` ```
### Centos 8 & Fedora: ### CentOS 8 & Fedora:
```bash ```bash
sudo dnf install -y gcc gcc-c++ make cmake epel-release git sudo dnf install -y gcc gcc-c++ make cmake epel-release git
``` ```
...@@ -100,8 +100,9 @@ sudo dnf install -y maven ...@@ -100,8 +100,9 @@ sudo dnf install -y maven
#### Install build dependencies for taos-tools #### Install build dependencies for taos-tools
To build the [taos-tools](https://github.com/taosdata/taos-tools) on CentOS, the following packages need to be installed. To build the [taos-tools](https://github.com/taosdata/taos-tools) on CentOS, the following packages need to be installed.
```bash ```bash
sudo yum install xz-devel snappy-devel jansson-devel pkgconfig libatomic sudo yum install libz-devel xz-devel snappy-devel jansson-devel pkgconfig libatomic
``` ```
Note: Since snappy lacks pkg-config support (refer to [link](https://github.com/google/snappy/pull/86)), it lead a cmake prompt libsnappy not found. But snappy will works well.
### Setup golang environment ### Setup golang environment
TDengine includes few components developed by Go language. Please refer to golang.org official documentation for golang environment setup. TDengine includes few components developed by Go language. Please refer to golang.org official documentation for golang environment setup.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册