aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-20 17:48:45 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-20 17:48:45 +0000
commitfe876099567b7641a731f129e0d5b5f26be9fb5e (patch)
tree2d20ac3523ac73997ae5f20341eb7f728cd7c388
parent47244f597f2aa405aa3205637ec2f26bb7174630 (diff)
Update to reflect GTK+/GLib 2.x now being the default.
svn path=/trunk/; revision=11782
-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.