aboutsummaryrefslogtreecommitdiff
path: root/README.nDPI
blob: 42d2d25ed36421e0db971a224c60d782eb351faa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Prerequisites for Compilation
-----------------------------

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 libgcrypt20-dev

On Fedora/CentOS
- yum groupinstall "Development tools"
- yum install git autoconf automake autogen libpcap-devel libtool libgcrypt-devel

On MacOSX (using http://brew.sh)
brew install autoconf automake libtool git libgcrypt

On FreeBSD
- pkg install autoconf automake libtool gmake git libgcrypt