From 19e2509e51a18d1bb8c335ecebedd578eb85ca94 Mon Sep 17 00:00:00 2001 From: Herman Bloggs Date: Thu, 12 Dec 2002 16:51:13 +0000 Subject: [PATCH] [gaim-migrate @ 4278] Updating to GTK 2.0.9 --HG-- extra : convert_revision : 65a789b7c9c56f024b2c649cce5de0f1cba61b40 --- README.mingw | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/README.mingw b/README.mingw index 5682b3f138..bc587d6e54 100644 --- a/README.mingw +++ b/README.mingw @@ -17,7 +17,7 @@ Install LIBs, DLLs and headers used by GAIM 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 @@ Install LIBs, DLLs and headers used by GAIM 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 @@ Install LIBs, DLLs and headers used by GAIM 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 ---------- -- 2.11.4.GIT