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:
Joseph C. Lehner 2021-05-21 11:15:43 +02:00 committed by GitHub
commit 7ea602015a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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