Skip to content

Commit

Permalink
Merge pull request #14 from ntop/master
Browse files Browse the repository at this point in the history
Added readme containing package prerequisites
  • Loading branch information
lucaderi committed May 26, 2015
2 parents 22d6e4f + d3c979a commit ca4fc87
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.nDPI
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
rerequisites for Compilation
-----------------------------

Prerequisites
- GNU autotools/libtool
- libpcap or PF_RING (optional but recommended)

On Ubuntu/Debian
- apt-get install build-essential
- apt-get install git autoconf automake autogen libpcap-dev libtool

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

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

On FreeBSD
- pkg install autoconf automake libtool gmake git

0 comments on commit ca4fc87

Please sign in to comment.