From aa7fbd0d0576860bf5f68d3ce82913d87cb5e486 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Fri, 14 May 2021 09:55:42 +0200 Subject: [PATCH] Add libnl-route-3-dev to the list of dependencies for debian based distributions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7ebcaa..96b885d 100644 --- a/README.md +++ b/README.md @@ -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