Skip to content

Commit 4570dbf

Browse files
committed
Added QUIC dependency
1 parent 35fd4dd commit 4570dbf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.nDPI

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ Prerequisites
55
- GNU autotools/libtool
66
- libpcap or PF_RING (optional but recommended)
77
- apt-get install libjson-c-dev (for JSON support)
8+
- libgcrypt20-dev (for QUIC support)
89

910
On Ubuntu/Debian
1011
- apt-get install build-essential
11-
- apt-get install git autoconf automake autogen libpcap-dev libtool
12+
- apt-get install git autoconf automake autogen libpcap-dev libtool libgcrypt20-dev
1213

1314
On Fedora/CentOS
1415
- yum groupinstall "Development tools"
15-
- yum install git autoconf automake autogen libpcap-devel libtool
16+
- yum install git autoconf automake autogen libpcap-devel libtool libgcrypt-devel
1617

1718
On MacOSX (using http://brew.sh)
18-
brew install autoconf automake libtool git
19+
brew install autoconf automake libtool git libgcrypt
1920

2021
On FreeBSD
21-
- pkg install autoconf automake libtool gmake git
22+
- pkg install autoconf automake libtool gmake git libgcrypt

0 commit comments

Comments
 (0)