Merge pull request #77 from pdecat/update_deb_deps
Add libnl-route-3-dev to the list of dependencies for debian based distributions
This commit is contained in:
commit
7ea602015a
1 changed files with 2 additions and 2 deletions
|
@ -216,10 +216,10 @@ or
|
||||||
### Building and installing
|
### Building and installing
|
||||||
###### Linux, Mac OS X, BSDs
|
###### 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
|
Then, it's as easy as
|
||||||
|
|
Loading…
Add table
Reference in a new issue