diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-08-20 17:48:45 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-08-20 17:48:45 +0000 |
commit | fe876099567b7641a731f129e0d5b5f26be9fb5e (patch) | |
tree | 2d20ac3523ac73997ae5f20341eb7f728cd7c388 /INSTALL | |
parent | 47244f597f2aa405aa3205637ec2f26bb7174630 (diff) | |
download | wireshark-fe876099567b7641a731f129e0d5b5f26be9fb5e.tar.gz wireshark-fe876099567b7641a731f129e0d5b5f26be9fb5e.tar.bz2 wireshark-fe876099567b7641a731f129e0d5b5f26be9fb5e.zip |
Update to reflect GTK+/GLib 2.x now being the default.
svn path=/trunk/; revision=11782
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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. |