From 5180170973d5aa33a1bd620860c638f311c7fa39 Mon Sep 17 00:00:00 2001 From: Bernard Tyers Date: Mon, 24 Jul 2017 11:44:18 +0100 Subject: [PATCH] Updating README with Ubuntu dependency Adding Ubuntu dependency as mentioned in issue #95. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b8768e5..85a6dd93 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ You'll need a GNU/Linux distribution with `iptables`, `NFQUEUE` and `ftrace` ker sudo apt install build-essential \ libcap-dev \ libnetfilter-queue-dev \ + libnfnetlink-dev \ python3-dbus \ python3-dev \ python3-gi \