Update to reflect the replacement of "--enable-zlib"/"--disable-zlib"

with "--with-zlib"/"--without-zlib", and the added support for
"--with-zlib=DIR".

Update to reflect the replacement of "--disable-snmp" with
"--without-ucdsnmp".

Note "--without-pcap" is what you'd use to build on a system without
libpcap.

Fix some typos.

svn path=/trunk/; revision=5153
This commit is contained in:
Guy Harris 2002-04-13 22:11:06 +00:00
parent a567c6c8ab
commit 6c20421d36
1 changed files with 14 additions and 7 deletions

21
INSTALL
View File

@ -99,16 +99,19 @@ README.win32 for those instructions.
is not built. Use this switch to build it.
--without-pcap
If you chose to build a packet analyzer that can analyze
If you choose to build a packet analyzer that can analyze
capture files but cannot capture packets on its own, but you
*do* have libpcap installed, use --without-pcap to avoid
using libpcap.
*do* have libpcap installed, or if you are trying to build
Ethereal on a system that doesn't have libpcap installed (in
which case you have no choice but to build a version that can
analyze capture files but cannot capture packets on its own),
use --without-pcap to avoid using libpcap.
--with-pcap=DIR
Use this tell Ethereal where you have libpcap installed, if in a
non-standard location.
Use this to tell Ethereal where you have libpcap installed, if
it is installed in a non-standard location.
--disable-zlib
--without-zlib
By default, if 'configure' finds zlib (a.k.a, libz), the
wiretap library will be built so that it can read compressed
capture files. If you have zlib but do not wish to build
@ -116,6 +119,10 @@ README.win32 for those instructions.
the capture-file utilities that come in this package, use
this switch.
--with-zlib=DIR
Use this to tell Ethereal where you have zlib installed, if it
is installed in a non-standard location.
--disable-ipv6
If 'configure' finds support for IPv6 name resolution on
your system, the packet analyzers will make use of it.
@ -132,7 +139,7 @@ README.win32 for those instructions.
SSL library is installed in a non-standard location,
you can specify where your SSL library is with this switch.
--disable-snmp
--without-ucdsnmp
If 'configure' finds a supported version of the UCD SNMP library
on your system, the SNMP dissector will be enhanced to use
routines from that SNMP library. Use this switch to avoid