diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-04-13 22:11:06 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-04-13 22:11:06 +0000 |
commit | 6c20421d36a942a8f748f4d12bc7f373f240171f (patch) | |
tree | a8ba581ee0bb71f11962dad18edeaca334ef7d16 /INSTALL | |
parent | a567c6c8aba5bd5049c1be301fe961238184b06e (diff) | |
download | wireshark-6c20421d36a942a8f748f4d12bc7f373f240171f.tar.gz wireshark-6c20421d36a942a8f748f4d12bc7f373f240171f.tar.bz2 wireshark-6c20421d36a942a8f748f4d12bc7f373f240171f.zip |
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
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -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 |