--- readme.win32	2004-01-23 03:38:04.000000000 +0100
+++ readme.new.win32.txt	2004-02-10 09:06:42.467622300 +0100
@@ -120,6 +120,31 @@
 glib-*.dll, gmodule-*.dll, gdk-*.dll, intl.dll, and iconv-*.dll.  As of
 the 20000805 GTK+/GLIB distribution, gthread-*.dll is no longer needed.
 
+Example for gtk+2 :
+
+/program files/common files/Gnu/libatk-1.0-0.dll
+/program files/common files/Gnu/libgdk_pixbuf-2.0-0.dll
+/program files/common files/Gnu/libgdk-0.dll
+/program files/common files/Gnu/libgdk-win32-2.0-0.dll
+/program files/common files/Gnu/libglib-2.0-0.dll
+/program files/common files/Gnu/libgmodule-2.0-0.dll
+/program files/common files/Gnu/libgobject-2.0-0.dll
+/program files/common files/Gnu/libgtk-0.dll
+/program files/common files/Gnu/libgtk-win32-2.0-0.dll
+/program files/common files/Gnu/libpango-1.0-0.dll
+/program files/common files/Gnu/libpangowin32-1.0-0.dll
+/program files/common files/Gnu/wiretap-0.1.dll
+/program files/common files/Gnu/zlib1.dll
+
+/program files/common files/Gnu/etc/gtk-2.0/gdk-pixbuf.loaders
+/program files/common files/Gnu/etc/gtk-2.0/gtk.immodules
+/program files/common files/Gnu/etc/pango/pango.modules
+
+Add "c:/program files/common files/Gnu" to your path.
+
+Note the wiretap*.dll must be in your path as well and if wiretap is changed
+be shure to put the new one in your path.
+
 The Win32 Binary distribution, available from
 
 	http://www.ethereal.com/distribution/win32
@@ -183,6 +208,7 @@
     wpdpack_3_0.zip                       C:\ethereal-win32-libs
     zlib121-dll.zip                       C:\ethereal-win32-libs\zlib121-dll
 
+
 (to use the default locations, the directories in question should be
 created, and each zip file should be unpacked into the corresponding
 directory).  If you only want to change the C:\ethereal-win32-libs
@@ -196,6 +222,18 @@
 The gettext runtime package provides intl.dll, which is needed by
 GLib 2.2.3.
 
+If you want to try a build with GTK+2.x these Extra librarys are needed 
+
+    Package                               Default Location
+    -------                               ----------------
+    gtk+-2.2.4-20040124.zip		  c:\ethereal-win32-libs\gtk2
+    gtk+-dev-2.2.4-20040124.zip		  c:\ethereal-win32-libs\gtk2
+    pango-1.2.5-20040124.zip		  c:\ethereal-win32-libs\gtk2	
+    pango-dev-1.2.5-20040124.zip	  c:\ethereal-win32-libs\gtk2
+    atk-1.4.0.zip			  c:\ethereal-win32-libs\gtk2	
+    atk-dev-1.4.0.zip			  c:\ethereal-win32-libs\gtk2
+
+
 Instructions for MS Visual C++
 ----------------------------
 Modify the config.nmake file in the top directory of the Ethereal source
@@ -204,6 +242,13 @@
 the pathname of your Python interpreter executable.  You should not have
 to modify any other Makefile.
 
+Note that perl is needed to build the documentation, the lines in config.nmake
+
+POD2MAN=$(SH) pod2man
+POD2HTML=$(SH) pod2html
+
+requires Cygiwin bash and perl to work.
+
 Many of the file and directory names used in the build process go past
 the old 8.3 naming limitations.  As a result, at least on Windows NT 4.0,
 Windows 2000, Windows XP, and Windows .NET Server, you should use the
@@ -307,6 +352,15 @@
 
 	http://www.python.org/
 
+If you want to build an installer you need to get NSIS from
+
+http://nsis.sourceforge.net/home/
+
+After installing it, you will probably have to modify the config.nmake
+file to specify where the binaries are installed and wether to use the modern UI or not.
+In the ethereal directory, type "nmake -f makefile.nmake packaging" to build the installer. 
+
+
 
 Instructions for Cygwin
 -----------------------
