Update to reflect GTK+/GLib 2.x now being the default.

svn path=/trunk/; revision=11782
This commit is contained in:
Guy Harris 2004-08-20 17:48:45 +00:00
parent 47244f597f
commit fe87609956
1 changed files with 6 additions and 2 deletions

View File

@ -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.