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.

Changes between Version 117 and Version 118 of BuildingWinPidgin


Ignore:
Timestamp:
Apr 11, 2011, 3:39:57 PM (13 years ago)
Author:
datallah
Comment:

Update tarball link, formatting fixes

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWinPidgin

    v117 v118  
    8080  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).
    8181
    82   Note: If while [http://www.mingw.org/wiki/Getting_Started installing MinGW graphically (incl. MSYS)] you installed mingw-developer-toolkit, keep in mind that it installs msys-perl-bin - /bin/perl.exe - (5.6) which takes precedence over the (5.10 or newer) perl in your path, and that will cause problems! So, you will either need to:
    83 
    84   * Remove the mingw-developer-toolkit supplied (older) perl (but MAKE SURE you have mingw-get-0.2-mingw32-alpha-3 or later as previous version had issue with unlink'ing/deleting files):
    85 {{{
     82  * 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:
     83   * Remove the mingw-developer-toolkit supplied (older) perl (but MAKE SURE you have mingw-get-0.2-mingw32-alpha-3 or later as previous version had issue with unlink'ing/deleting files):
     84{{{
     85#!sh
    8686mingw-get remove msys-perl-bin
    8787}}}
    88 
    89   _or_
    90 
    91   * Set your ActivePerl 5.10 path before the former so that it takes precedence. Assuming you've installed in "c:\perl":
    92 {{{
     88   * ''or'' Set your !ActivePerl 5.10 installation location at the beginning of the `PATH`.  Assuming it is installed in `c:\Perl`, put something like this in your `~/.bashrc`:
     89{{{
     90#!sh
    9391export PATH=/c/Perl/bin:$PATH
    9492}}}
     
    131129
    132130== Get the Pidgin source code ==
    133   The source for Pidgin 2.7.7 is available [http://prdownloads.sourceforge.net/pidgin/pidgin-2.7.7.tar.bz2 here] (use the latest release if this isn't updated yet).[[BR]][[BR]]
     131  The source for Pidgin 2.7.11 is available [http://prdownloads.sourceforge.net/pidgin/pidgin-2.7.11.tar.bz2 here] (use the latest release if this isn't updated yet).[[BR]][[BR]]
    134132  The development source is available via monotone. See [wiki:UsingPidginMonotone] for more information.
    135133
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!