summaryrefslogtreecommitdiff
path: root/README.mingw
diff options
context:
space:
mode:
authorHerman Bloggs <herman@bluedigits.com>2002-12-12 16:51:13 +0000
committerHerman Bloggs <herman@bluedigits.com>2002-12-12 16:51:13 +0000
commita05e3199660fb416cf4183dc0a21fc1434f345fd (patch)
treef476ab29c074fff6db5c7d65cc115dc80f968002 /README.mingw
parent22db082a1e2a5059f6ad0126daf9ac64028cb551 (diff)
downloadpidgin-a05e3199660fb416cf4183dc0a21fc1434f345fd.tar.gz
[gaim-migrate @ 4278]
Updating to GTK 2.0.9
Diffstat (limited to 'README.mingw')
-rw-r--r--README.mingw30
1 files 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 .. <all zip files>
-
+ $ 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
----------