Skip to content

Commit d4a12ca

Browse files
committed
update install dependencies for C client
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
1 parent 83909ab commit d4a12ca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/md/docs-zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
**Ubuntu/Debian**
1111
```bash
12-
sudo apt install -y libev-dev libssl-dev
12+
sudo apt install -y libev-dev libssl-dev libinih-dev
1313
```
1414

1515
**ArchLinux**
1616
```bash
17-
sudo pacman -S --noconfirm libev openssl
17+
sudo pacman -S --noconfirm libev openssl libinih
1818
```
1919

2020
**CentOS/RHEL**
2121
```bash
22-
sudo yum install -y libev-devel openssl-devel
22+
sudo yum install -y libev-devel openssl-devel inih-devel
2323
```
2424

2525
### 2. 下载源代码

src/md/docs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Choose the appropriate command for your Linux distribution to install dependenci
88

99
**Ubuntu/Debian**
1010
```bash
11-
sudo apt install -y libev-dev libssl-dev
11+
sudo apt install -y libev-dev libssl-dev libinih-dev
1212
```
1313

1414
**ArchLinux**
1515
```bash
16-
sudo pacman -S --noconfirm libev openssl
16+
sudo pacman -S --noconfirm libev openssl libinih
1717
```
1818

1919
**CentOS/RHEL**
2020
```bash
21-
sudo yum install -y libev-devel openssl-devel
21+
sudo yum install -y libev-devel openssl-devel inih-devel
2222
```
2323

2424
### 2. Download Source Code

0 commit comments

Comments
 (0)