Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Mar 12, 2012, 7:44:26 AM (12 years ago)
- Author:
-
MarkDoliner
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v122
|
v123
|
|
64 | 64 | Pidgin depends on GTK+ 2.14.7 (newer runtime versions can be used). |
65 | 65 | The GTK+ All-in-one bundle contains all of GTK+'s dependencies in one zip file. |
66 | | Download [http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.14/gtk+-bundle_2.14.7-20090119_win32.zip gtk+-bundle_2.14.7-20090119_win32.zip] into `$PIDGIN_DEV_ROOT/win32-dev/gtk_2_0-2.14`.[[BR]] |
| 66 | Download [http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.14/gtk+-bundle_2.14.7-20090119_win32.zip gtk+-bundle_2.14.7-20090119_win32.zip] and extract to `$PIDGIN_DEV_ROOT/win32-dev/gtk_2_0-2.14` (you'll need to create this directory).[[BR]] |
67 | 67 | Visit the [http://www.gtk.org/download-windows.html GTK+ website] for official binary and source releases. |
68 | 68 | |
69 | 69 | === gettext === |
70 | | You'll need gettext to compile translations. Download [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-tools-0.17.zip gettext-tools-0.17.zip] and [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime-0.17-1.zip gettext-runtime-0.17-1.zip]. Extract both to `$PIDGIN_DEV_ROOT/win32-dev/gettext-0.17`. |
| 70 | You'll need gettext to compile translations. Download [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-tools-0.17.zip gettext-tools-0.17.zip] and [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime-0.17-1.zip gettext-runtime-0.17-1.zip]. Extract both to `$PIDGIN_DEV_ROOT/win32-dev/gettext-0.17` (you'll need to create this directory). |
71 | 71 | |
72 | 72 | === Libxml2 === |
73 | | Download [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libxml2-dev_2.7.4-1_win32.zip libxml2-dev_2.7.4-1_win32.zip] and [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libxml2_2.7.4-1_win32.zip libxml2_2.7.4-1_win32.zip]. Extract both to `$PIDGIN_DEV_ROOT/win32-dev/libxml2-2.7.4`. |
| 73 | Download [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libxml2-dev_2.7.4-1_win32.zip libxml2-dev_2.7.4-1_win32.zip] and [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libxml2_2.7.4-1_win32.zip libxml2_2.7.4-1_win32.zip]. Extract both to `$PIDGIN_DEV_ROOT/win32-dev/libxml2-2.7.4` (you'll need to create this directory). |
74 | 74 | |
75 | 75 | === Perl 5.10 === |
76 | | Install Perl 5.10 (I use [http://www.activestate.com/Products/ActivePerl/ ActivePerl]), and make sure it is in your `PATH`. |
77 | | If you don't have Perl in your `PATH`, you will need to override the `PERL` variable in your `pidgin/local.mak` file. |
78 | | You will also need to install [/static/win32/perl_5-10-0.tar.gz perl_5-10-0.tar.gz] under `$PIDGIN_DEV_ROOT/win32-dev` (Containing headers and import lib for mingw gcc). |
| 76 | Install Perl 5.10 (I use [http://www.activestate.com/Products/ActivePerl/ ActivePerl]), and make sure it is in your `PATH`. If 'perl' isn't in your `PATH` then you will need to override the `PERL` variable in `pidgin/local.mak`. |
| 77 | You will also need to download [/static/win32/perl_5-10-0.tar.gz perl_5-10-0.tar.gz] and extract to `$PIDGIN_DEV_ROOT/win32-dev` (it creates its own directory). This contains headers and an import lib for mingw gcc. |
79 | 78 | |
80 | 79 | * Note: If using MSYS and you installed the `mingw-developer-toolkit`, keep in mind that it installs `msys-perl-bin` (Perl 5.6) which takes precedence over the (5.10 or newer) perl in your path, and that will cause problems! You will need to do one of the following: |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!