Skip to content

Commit 9f5f0d2

Browse files
committed
up md 2022-08-02
1 parent f7b4a1f commit 9f5f0d2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

static/Installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ go build
1212
1.在运行scan4all之前,你必须先安装libpcap库
1313

1414
```sh
15+
# ubuntu、linux
16+
apt update
17+
apt install -yy libpcap0.8-dev
1518
sudo apt install -y libpcap-dev
19+
# cent os
20+
yum install -yy glibc-devel.x86_64
21+
yum install -yy libpcap
22+
# mac os
23+
brew install libpcap
24+
1625
```
1726

1827
2.前往

0 commit comments

Comments
 (0)