aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authordeniel <deniel@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-29 22:55:05 +0000
committerdeniel <deniel@f5534014-38df-0310-8fa8-9805f1628bb7>2003-01-29 22:55:05 +0000
commitc7a2fa30362dced18268e8f025725f382e57f3de (patch)
tree30d948c822553b6c545189715b332b8c2d83db69 /INSTALL
parent6d15c61117499f9670364f2128bcc83048072a0a (diff)
Add some missing specific configure options.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7035 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 17 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index b2a47e74c8..a935bd8463 100644
--- a/INSTALL
+++ b/INSTALL
@@ -50,8 +50,8 @@ README.win32 for those instructions.
4. Run './configure' in the Ethereal distribution directory.
Running './configure --help' displays a list of options.
The file 'INSTALL.configure' contains general instructions for
- using 'configure' and 'make'. Ethereal has some
- non-generic configure options:
+ using 'configure' and 'make'. Ethereal has some non-generic configure
+ options:
--sysconfdir=DIR
Ethereal installs a support file (manuf) in ${PREFIX}/etc by
@@ -70,6 +70,9 @@ README.win32 for those instructions.
build Ethereal, the GUI packet analyzer. You can disable the
build of the GUI version of Ethereal with this switch.
+ --enable-gtk2
+ Build Glib2/Gtk2+-based ethereal.
+
--disable-tethereal
By default the line-mode packet analyzer, Tethereal, is built.
Use this switch to avoid building it.
@@ -139,10 +142,21 @@ 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.
+ --without-net-snmp
+ If 'configure' finds a supported version of the NET SNMP library
+ on your system, the SNMP dissector will be enhanced to use
+ routines from that SNMP library. Use this switch to avoid
+ using the NET SNMP library even if you have it installed.
+
+ --with-net-snmp=PATH
+ Tell the 'configure' script where your net-snmp-config shell script
+ that comes with the net-snmp package is located, if not in a standard
+ location.
+
--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
+ routines from that SNMP library. Use this switch to avoid
using the UCD SNMP library even if you have it installed.
--with-ucdsnmp=DIR