diff options
author | Toni <matzeton@googlemail.com> | 2022-05-31 22:11:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 22:11:48 +0200 |
commit | eac11030ac7d413fe9d6fe66dad3d312672ffaca (patch) | |
tree | 5c32b8ec35279300e7e1c3b0de58f032e820de87 | |
parent | 00c62a7c3cbf9e6dbbdb22fcbb611f9f7cc19980 (diff) |
Removed README.nDPI as it does not provide any new information not covered by README.md (#1572)
Signed-off-by: lns <matzeton@googlemail.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | README.nDPI | 22 |
2 files changed, 1 insertions, 23 deletions
diff --git a/Makefile.am b/Makefile.am index aef1c611e..a55893ca7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libndpi.pc -EXTRA_DIST = README.md README.nDPI README.fuzzer.md CHANGELOG.md CONTRIBUTING.md \ +EXTRA_DIST = README.md README.fuzzer.md CHANGELOG.md CONTRIBUTING.md \ autogen.sh wireshark windows utils packages \ influxdb/Makefile.in influxdb/metric_anomaly.c influxdb/README.txt \ rrdtool/Makefile.in rrdtool/README.txt rrdtool/rrd_anomaly.c rrdtool/rrd_similarity.c \ diff --git a/README.nDPI b/README.nDPI deleted file mode 100644 index 42d2d25ed..000000000 --- a/README.nDPI +++ /dev/null @@ -1,22 +0,0 @@ -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 |