diff options
author | Luca Deri <deri@ntop.org> | 2020-08-22 17:01:52 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-08-22 17:02:11 +0200 |
commit | 4570dbfecea860c9d941c0a326186cd2b4b3b0ac (patch) | |
tree | d665f01338d11103b62b25fb1a5418ca99ef218f | |
parent | 35fd4ddb27930edbd289f3602fce5d1e7be942f6 (diff) |
Added QUIC dependency
-rw-r--r-- | README.nDPI | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/README.nDPI b/README.nDPI index 773f807ad..42d2d25ed 100644 --- a/README.nDPI +++ b/README.nDPI @@ -5,17 +5,18 @@ Prerequisites - GNU autotools/libtool - libpcap or PF_RING (optional but recommended) - apt-get install libjson-c-dev (for JSON support) +- libgcrypt20-dev (for QUIC support) On Ubuntu/Debian - apt-get install build-essential -- apt-get install git autoconf automake autogen libpcap-dev libtool +- apt-get install git autoconf automake autogen libpcap-dev libtool libgcrypt20-dev On Fedora/CentOS - yum groupinstall "Development tools" -- yum install git autoconf automake autogen libpcap-devel libtool +- yum install git autoconf automake autogen libpcap-devel libtool libgcrypt-devel On MacOSX (using http://brew.sh) -brew install autoconf automake libtool git +brew install autoconf automake libtool git libgcrypt On FreeBSD -- pkg install autoconf automake libtool gmake git +- pkg install autoconf automake libtool gmake git libgcrypt |