File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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. 下载源代码
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments