File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,18 @@ Prerequisites
5
5
- GNU autotools/libtool
6
6
- libpcap or PF_RING (optional but recommended)
7
7
- apt-get install libjson-c-dev (for JSON support)
8
+ - libgcrypt20-dev (for QUIC support)
8
9
9
10
On Ubuntu/Debian
10
11
- 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
12
13
13
14
On Fedora/CentOS
14
15
- 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
16
17
17
18
On MacOSX (using http://brew.sh)
18
- brew install autoconf automake libtool git
19
+ brew install autoconf automake libtool git libgcrypt
19
20
20
21
On FreeBSD
21
- - pkg install autoconf automake libtool gmake git
22
+ - pkg install autoconf automake libtool gmake git libgcrypt
You can’t perform that action at this time.
0 commit comments