diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2015-05-26 21:27:12 +0200 |
---|---|---|
committer | Luca Deri <lucaderi@users.noreply.github.com> | 2015-05-26 21:27:12 +0200 |
commit | ca4fc876f8c86e80972b8eca37669751ae2f0732 (patch) | |
tree | 3f0444106a4d830a1c6885af0cb48d1898c38e69 | |
parent | 22d6e4f7c24205e4807eabd0d6adf95b68e9c6be (diff) | |
parent | d3c979aa57466ed5aada2b2369ccedda2c05a372 (diff) |
Merge pull request #14 from ntop/master
Added readme containing package prerequisites
-rw-r--r-- | README.nDPI | 20 |
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 |