aboutsummaryrefslogtreecommitdiff
path: root/README.nDPI
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2015-05-05 11:35:55 +0200
committerLuca Deri <deri@ntop.org>2015-05-05 11:35:55 +0200
commitd3c979aa57466ed5aada2b2369ccedda2c05a372 (patch)
tree9a70a6dd0459452cd0722934813e631014ea431f /README.nDPI
parent177fbee2c78cf11674464f0150309f04f64dcf5a (diff)
Added readme containing package prerequisites
Diffstat (limited to 'README.nDPI')
-rw-r--r--README.nDPI20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.nDPI b/README.nDPI
new file mode 100644
index 000000000..e189db765
--- /dev/null
+++ b/README.nDPI
@@ -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