Add libnl-route-3-dev to the list of dependencies for debian based distributions
This commit is contained in:
parent
6a1e4317ce
commit
aa7fbd0d05
1 changed files with 2 additions and 2 deletions
|
@ -216,10 +216,10 @@ or
|
|||
### Building and installing
|
||||
###### Linux, Mac OS X, BSDs
|
||||
|
||||
On Linux, developer packages for `libpcap` and `libnl` must be installed:
|
||||
On Linux, developer packages for `libpcap`, `libnl` and `libnl-route` must be installed:
|
||||
|
||||
```
|
||||
$ sudo apt install libpcap-dev libnl-3-dev
|
||||
$ sudo apt install libpcap-dev libnl-3-dev libnl-route-3-dev
|
||||
```
|
||||
|
||||
Then, it's as easy as
|
||||
|
|
Loading…
Add table
Reference in a new issue