From 8a4e1f24657ffaec78aba093c31d1fc6cc4d8dd3 Mon Sep 17 00:00:00 2001 From: Emanuele Faranda Date: Tue, 26 Jan 2021 20:21:20 +0000 Subject: [PATCH] Add missing C dependencies --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fa5d558..100812ce 100644 --- a/README.md +++ b/README.md @@ -69,5 +69,6 @@ PCAPdroid integrates [nDPI](https://github.com/ntop/nDPI) to detect the applicat ## Building 1. Clone this repo -2. Run `git submodule update --init` -3. Build the app +2. Install nDPI dependencies: `autogen libpcap-dev libjson-c-dev` +3. Run `git submodule update --init` +4. Build the app