Add missing C dependencies

This commit is contained in:
Emanuele Faranda 2021-01-26 20:21:20 +00:00 committed by GitHub
parent c210f78a58
commit 8a4e1f2465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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