changeset 4066:fd764830519c

[gaim-migrate @ 4278] Updating to GTK 2.0.9 committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 12 Dec 2002 16:51:13 +0000
parents 1590dfa0ecba
children bb4aabb9ba53
files README.mingw
diffstat 1 files changed, 13 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/README.mingw	Thu Dec 12 07:13:05 2002 +0000
+++ b/README.mingw	Thu Dec 12 16:51:13 2002 +0000
@@ -17,7 +17,7 @@
   Assuming you have the gaim sources in ~/gaim, you will need to do the
   fowllowing:
 
-  GTK & GLIB (v 2.0.6 as of writing)
+  GTK & GLIB (v 2.0.9 as of writing)
   ----------------------------------
 
   $ mkdir -p ~/win32-dev/gtk_2_0/zips
@@ -28,22 +28,24 @@
   atk-1.0.3-20020821.zip            
   atk-dev-1.0.3-20020821.zip        
   gettext-dev-0.10.40-20020904.zip 
-  glib-2.0.6-20020802.zip           
-  glib-dev-2.0.6-20020802.zip       
-  gtk+-2.0.6-20020921.zip           
-  gtk+-dev-2.0.6-20020921.zip       
+  glib-2.0.7-20021201.zip
+  glib-dev-2.0.7-20021201.zip
+  gtk+-2.0.9-20021201.zip
+  gtk+-dev-2.0.9-20021201.zip
   libiconv-1.7-w32.bin.zip
   libintl-0.10.40-tml-20020904.zip
   libjpeg-6b-bin.zip
   libpng-1.2.4-1-bin.zip
-  pango-1.0.4-20020921.zip
-  pango-dev-1.0.4-20020921.zip
+  pango-1.0.5-20021201.zip
+  pango-dev-1.0.5-20021201.zip
   tiff-3.5.7-bin.zip
   zlib-1.1.4-bin.zip
 
+  Make sure that after unziping, the binaries (dlls and exes) have the correct
+  executable permissions (e.g. "chmod 755 iconv.dll"):
+
   $ cd ~/win32-dev/gtk_2_0/zips
-  $ unzip -d .. <all zip files>
-  
+  $ unzip -d .. *.zip
   $ cd ..
   $ cp lib/libintl-1.dll ./bin
   $ cd libiconv-1.7-w32.bin
@@ -80,14 +82,8 @@
   Gtkspell 2.0.2
   --------------
 
-  Download the dev package (gtkspell-2.0.2.tar.gz) from http://gaim.sf.net/win32,
-  and untar it under ~/win32-dev.
-
-  Gtkrc
-  -----
-
-  Download the dev package (gtkrc.tar.gz) from http://gaim.sf.net/win32, and
-  untar it under ~/win32-dev
+  Download the dev package (gtkspell-2.0.2-20021212.tar.gz) from 
+  http://gaim.sf.net/win32, and untar it under ~/win32-dev. 
 
 Build Gaim
 ----------