doc: remove win32 from doc
This commit is contained in:
parent
f1dedd450c
commit
ac01ffae35
|
@ -72,7 +72,7 @@ sudo yum install -y gcc gcc-c++ make cmake3 git openssl-devel
|
||||||
sudo ln -sf /usr/bin/cmake3 /usr/bin/cmake
|
sudo ln -sf /usr/bin/cmake3 /usr/bin/cmake
|
||||||
```
|
```
|
||||||
|
|
||||||
### CentOS 8
|
### CentOS 8 & Fedora
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install -y gcc gcc-c++ make cmake epel-release git openssl-devel
|
sudo dnf install -y gcc gcc-c++ make cmake epel-release git openssl-devel
|
||||||
|
@ -86,7 +86,7 @@ sudo dnf install -y gcc gcc-c++ make cmake epel-release git openssl-devel
|
||||||
sudo yum install -y zlib-devel xz-devel snappy-devel jansson jansson-devel pkgconfig libatomic libstdc++-static openssl-devel
|
sudo yum install -y zlib-devel xz-devel snappy-devel jansson jansson-devel pkgconfig libatomic libstdc++-static openssl-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
#### For CentOS 8
|
#### For CentOS 8/Rocky Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo yum install -y epel-release
|
sudo yum install -y epel-release
|
||||||
|
|
|
@ -40,7 +40,7 @@ For user manual, system design and architecture, please refer to [TDengine Docum
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
|
|
||||||
At the moment, TDengine server supports running on Linux, Windows systems. You can choose to [install from packages](https://www.taosdata.com/en/getting-started/#Install-from-Package) or build it from the source code. This quick guide is for installation from the source only.
|
At the moment, TDengine server supports running on Linux and Windows systems. You can choose to [install from packages](https://www.taosdata.com/en/getting-started/#Install-from-Package) or build it from the source code. This quick guide is for installation from the source only.
|
||||||
|
|
||||||
To build TDengine, use [CMake](https://cmake.org/) 3.0.2 or higher versions in the project directory.
|
To build TDengine, use [CMake](https://cmake.org/) 3.0.2 or higher versions in the project directory.
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,11 @@ description: "List of platforms supported by TDengine server, client, and connec
|
||||||
|
|
||||||
## List of supported platforms for TDengine server
|
## List of supported platforms for TDengine server
|
||||||
|
|
||||||
| | **Windows server 2016/2019** | **Windows 10/11** | **CentOS 7.9/8** | **Ubuntu 18/20** | **统信 UOS** | **银河/中标麒麟** | **凝思 V60/V80** |
|
| | **Windows server 2016/2019** | **Windows 10/11** | **CentOS 7.9/8** | **Ubuntu 18/20** | **UOS** | **kylin** | **Ningsi V60/V80** |
|
||||||
| ------------ | ---------------------------- | ----------------- | ---------------- | ---------------- | ------------ | ----------------- | ---------------- |
|
| ------------------ | ---------------------------- | ----------------- | ---------------- | ---------------- | ------- | --------- | ------------------ |
|
||||||
| X64 | ● | ● | ● | ● | ● | ● | ● |
|
| X64 | ● | ● | ● | ● | ● | ● | ● |
|
||||||
| 树莓派 ARM64 | | | ● | | | | |
|
| Raspberry Pi ARM64 | | | ● | | | | |
|
||||||
| 华为云 ARM64 | | | | ● | | | |
|
| HUAWEI Cloud ARM64 | | | | ● | | | |
|
||||||
|
|
||||||
Note: ● means officially tested and verified, ○ means unofficially tested and verified.
|
Note: ● means officially tested and verified, ○ means unofficially tested and verified.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue