aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-13 22:11:06 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-13 22:11:06 +0000
commite086e03351bb423cb1daf3ab96d6fa948a39117c (patch)
treea8ba581ee0bb71f11962dad18edeaca334ef7d16 /INSTALL
parent40dbf0fa138fb2984190bd6c9ca9f1a8b7cef01c (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5153 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 14 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 38dbfd7e07..b2a47e74c8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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