From 49819bed0f4e39c49b24fc03a6dd1d68c7503290 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Mon, 21 Dec 2020 11:37:07 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0191669..fef684d 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,9 @@ Now reboot the device, and you're good to go. You must install your Linux distribution's `libpcap` and `libnl-3` packages (exact names will vary depending on your distribution). -On Ubuntu based distros you can install these dependencies with +On Debian based distros you can install these dependencies with - sudo apt install libpcap-dev libnl-3-dev - -On Ubuntu based distros you can install these dependencies with - - sudo apt install libpcap-dev libnl-3-dev + sudo apt install libpcap libnl-3 ###### "The program can't start because wpcap.dll is missing" (Windows) @@ -212,6 +208,14 @@ or ### Building and installing ###### Linux, Mac OS X, BSDs +On Linux, developer packages for libpcap and libnl must be installed: + +``` +$ sudo apt install libpcap-dev libnl-3-dev +``` + +Then, it's as easy as + ``` $ make && sudo make install ```