Update to deal with GTK+ and GLib 2.x, where you use "pkg-config" to see

what version is installed, if any.

Clean up indentation.

svn path=/trunk/; revision=18808
This commit is contained in:
Guy Harris 2006-07-31 21:11:54 +00:00
parent 4203db3d4e
commit a67ef251de
1 changed files with 51 additions and 48 deletions

11
INSTALL
View File

@ -14,9 +14,13 @@ README.win32 for those instructions.
0. This is beta software. Beware.
1. If you wish to build Wireshark, make sure you have GTK+ and GLIB
installed. Try running 'gtk-config --version' and
'glib-config --version' to see if you have them installed.
1. If you wish to build Wireshark, make sure you have GTK+ and GLib
installed. Try running 'pkg-config glib-2.0 --modversion' to see if
you have GLib 2.x installed and, if that fails, try running
'glib-config --version' to see if you have GLib 1.2[.x] installed.
Then try running 'pkg-config gtk+-2.0 --modversion' to see if you
have GTK+ 2.x installed and, if that fails, try running
'gtk-config --version' to see if you have GTK+ 1.2[.x] installed.
Wireshark needs versions 1.2.0 or above of both these packages.
If you need to install or re-install GTK+ or GLIB, you can find
the packages at:
@ -214,4 +218,3 @@ README.win32 for those instructions.
If you have trouble with the build or installation process, you can
find assistance on the wireshark-users and wireshark-dev mailing lists.
See http://www.wireshark.org/lists/ for details.