]> gitweb.fperrin.net Git - iftop.git/blobdiff - INSTALL
Import iftop-1.0pre4
[iftop.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 880e2f44fa5ac3fbce99399aa50ed541d73f072e..6f681df8d3904e96972b40724fa8c9535aee8e0d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
 Installation instructions for iftop
-$Id: INSTALL,v 1.3 2002/11/04 12:54:16 chris Exp $
+$Id: INSTALL,v 1.4 2014/01/19 20:11:39 pdw Exp $
 
 
 iftop is now autoconf/automake-enabled. You should be able to build it on
@@ -11,13 +11,3 @@ such systems, you may want to use the --with-resolver=ares configure option to
 build a version of iftop which uses the ARES asynchronous DNS library for name
 resolution. An alternative is to use --with-resolver=netdb_1thread, which will
 make iftop run only one name resolution thread. This is not recommended.
-
-On some systems (notably Red Hat Linux) the libpcap header files are installed
-under /usr/include/pcap; on these systems, you should manually specify this
-when running configure, like this:
-
-    $ CPPFLAGS=-I/usr/include/pcap ./configure
-
-
-For historical interest, the old iftop makefile is included in Makefile.OLD.
-