# HG changeset patch # User Herman Bloggs # Date 1039711873 0 # Node ID fd764830519c3a9ab64418e1f71a692a2a92116b # Parent 1590dfa0ecba58858f428980d2b02bd9c25e55c0 [gaim-migrate @ 4278] Updating to GTK 2.0.9 committer: Tailor Script diff -r 1590dfa0ecba -r fd764830519c README.mingw --- 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 .. - + $ 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 ----------