aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>2003-01-29 22:55:05 +0000
committerLaurent Deniel <laurent.deniel@free.fr>2003-01-29 22:55:05 +0000
commit477e939a4e863146eb7affb583c3662c8c78e11f (patch)
tree30d948c822553b6c545189715b332b8c2d83db69 /INSTALL
parent60f5f856fde9e22f7889a1d8e1aa4aafdf83f459 (diff)
Add some missing specific configure options.
svn path=/trunk/; revision=7035
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