aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 6 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 22e3e7b5c2..3bd4896d03 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,6 +23,10 @@ README.win32 for those instructions.
header files and the like. For example, Red Hat users will
need to install a "gtk-devel" .rpm.
+ Note also that Ethereal configuration defaults to using GTK+ and
+ GLib 2.x; you need to configure with --disable-gtk2 to use GTK+
+ 1.2[.x].
+
2. If you wish to build Tethereal, the line-mode version of Ethereal,
make sure you have GLIB installed. See note #1 above for instructions
on checking if you have GLIB installed. You can download GLIB from
@@ -70,8 +74,8 @@ 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-gtk2
+ Build Glib/Gtk+ 1.2[.x]-based ethereal.
--disable-tethereal
By default the line-mode packet analyzer, Tethereal, is built.