| 26 zips dir you just created: |
26 zips dir you just created: |
| 27 |
27 |
| 28 atk-1.0.3-20020821.zip |
28 atk-1.0.3-20020821.zip |
| 29 atk-dev-1.0.3-20020821.zip |
29 atk-dev-1.0.3-20020821.zip |
| 30 gettext-dev-0.10.40-20020904.zip |
30 gettext-dev-0.10.40-20020904.zip |
| 31 glib-2.0.7-20021201.zip |
31 glib-2.0.6-20020802.zip |
| 32 glib-dev-2.0.7-20021201.zip |
32 glib-dev-2.0.6-20020802.zip |
| 33 gtk+-2.0.9-20021201.zip |
33 gtk+-2.0.6-20020921.zip |
| 34 gtk+-dev-2.0.9-20021201.zip |
34 gtk+-dev-2.0.6-20020921.zip |
| 35 libiconv-1.7-w32.bin.zip |
35 libiconv-1.7-w32.bin.zip |
| 36 libintl-0.10.40-tml-20020904.zip |
36 libintl-0.10.40-tml-20020904.zip |
| 37 libjpeg-6b-bin.zip |
37 libjpeg-6b-bin.zip |
| 38 libpng-1.2.4-1-bin.zip |
38 libpng-1.2.4-1-bin.zip |
| 39 pango-1.0.5-20021201.zip |
39 pango-1.0.4-20020921.zip |
| 40 pango-dev-1.0.5-20021201.zip |
40 pango-dev-1.0.4-20020921.zip |
| 41 tiff-3.5.7-bin.zip |
41 tiff-3.5.7-bin.zip |
| 42 zlib-1.1.4-bin.zip |
42 zlib-1.1.4-bin.zip |
| 43 |
43 |
| 44 Make sure that after unziping, the binaries (dlls and exes) have the correct |
44 Make sure that after unziping, the binaries (dlls and exes) have the correct |
| 45 executable permissions (e.g. "chmod 755 iconv.dll"): |
45 executable permissions (e.g. "chmod 755 iconv.dll"): |
| 46 |
46 |
| 47 $ cd ~/win32-dev/gtk_2_0/zips |
47 $ cd ~/win32-dev/gtk_2_0/zips |
| 48 $ unzip -d .. *.zip |
48 $ unzip -d .. "*.zip" |
| 49 $ cd .. |
49 $ cd .. |
| 50 $ cp lib/libintl-1.dll ./bin |
50 $ cp lib/libintl-1.dll ./bin |
| 51 $ cd libiconv-1.7-w32.bin |
51 $ cd libiconv-1.7-w32.bin |
| 52 $ cp iconv.exe ../bin |
52 $ cp iconv.exe ../bin |
| 53 $ cp iconv.lib ../lib |
53 $ cp iconv.lib ../lib |
| 77 --------- |
77 --------- |
| 78 |
78 |
| 79 Download the dev package (aspell-15.tar.gz) from http://gaim.sf.net/win32, |
79 Download the dev package (aspell-15.tar.gz) from http://gaim.sf.net/win32, |
| 80 and untar it under ~/win32-dev. |
80 and untar it under ~/win32-dev. |
| 81 |
81 |
| 82 Gtkspell 2.0.2 |
82 Gtkspell 2.0.3 |
| 83 -------------- |
83 -------------- |
| 84 |
84 |
| 85 Download the dev package (gtkspell-2.0.2-20021212.tar.gz) from |
85 Download the dev package (gtkspell-2.0.3-20021223.tar.gz) from |
| 86 http://gaim.sf.net/win32, and untar it under ~/win32-dev. |
86 http://gaim.sf.net/win32, and untar it under ~/win32-dev. |
| 87 |
87 |
| 88 Build Gaim |
88 Build Gaim |
| 89 ---------- |
89 ---------- |
| 90 |
90 |