Add libnl-route-3-dev to the list of dependencies for debian based distributions

This commit is contained in:
Patrick Decat 2021-05-14 09:55:42 +02:00
parent 6a1e4317ce
commit aa7fbd0d05
No known key found for this signature in database
GPG key ID: FD55B9BD5687D8FF

View file

@ -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