diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-06-08 03:12:52 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-06-08 03:12:52 +0000 |
commit | 4054ffd4185d1e050b3b30b32e5a1a5516cfa956 (patch) | |
tree | b1fce4fe04f742609f900379b2412d221bb0adae /README.win32 | |
parent | 4984788880d99bceffaf1630ea1ff0190c6bd55c (diff) | |
download | wireshark-4054ffd4185d1e050b3b30b32e5a1a5516cfa956.tar.gz wireshark-4054ffd4185d1e050b3b30b32e5a1a5516cfa956.tar.bz2 wireshark-4054ffd4185d1e050b3b30b32e5a1a5516cfa956.zip |
Let people know that this document is useful for both compiling
and using Ethereal on Win32.
svn path=/trunk/; revision=2048
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/README.win32 b/README.win32 index 40270cf226..0e0c8bc0c9 100644 --- a/README.win32 +++ b/README.win32 @@ -1,24 +1,30 @@ -$Id: README.win32,v 1.9 2000/04/29 08:32:50 guy Exp $ +$Id: README.win32,v 1.10 2000/06/08 03:12:52 gram Exp $ -Ethereal can be compiled on Win32 platforms. Some libraries are -needed, however. +Using and Compiling Ethereal on Win32 + +(Including Tethereal and Editcap) + + + +Ethereal can be compiled and used on Win32 platforms. You'll need +some additional libraries, however. The glib, gtk, glib-dev, and gtk-dev packages for win32 can be found at http://www.gimp.org/~tml/gimp/win32 or - http://www.iki.fi/tml/gimp/win32/ (the mirror nearer to you may be faster). -You will definitely need these. Download them and unpack them. Some -problems had been seen with versions of those libraries after the +You need the glib and gtk libraries for running Ethereal. You'll +need the *-dev packages for compiling Ethereal. + +Some problems had been seen with versions of those libraries after the 1999-08-28 version but before the 2000-04-16 version, but those problems don't appear to occur with the 2000-04-16 version. If you see problems -(e.g., a mangled hex dump window), the 1999-08-28 version can be found -at +(e.g., a mangled hex dump window), the 1999-08-28 version can be found at http://www.gimp.org/~tml/gimp/win32/index-19990828.html |