[Pidgin] BuildingWinPidgin modified

Pidgin trac at pidgin.im
Thu Jan 1 20:47:06 EST 2015


Page "BuildingWinPidgin" was changed by datallah
Diff URL: <https://developer.pidgin.im/wiki/BuildingWinPidgin?action=diff&version=165>
Revision 165
Comment: Update Perl instructions to clarify that we don't actually need a specific flavor at build time.
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: BuildingWinPidgin
=========================================================================
--- BuildingWinPidgin (version: 164)
+++ BuildingWinPidgin (version: 165)
@@ -83,20 +83,11 @@
   Download [http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/libxml2-dev_2.9.0-1_win32.zip libxml2-dev_2.9.0-1_win32.zip] and [http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/libxml2_2.9.0-1_win32.zip libxml2_2.9.0-1_win32.zip].  Extract both to `$PIDGIN_DEV_ROOT/win32-dev/libxml2-2.9.0` (you'll need to create this directory).
 
 === Perl 5.20 ===
-  Install the 32-bit Strawberry Perl 5.20.x, and make sure it is in your `PATH` (otherwise you will need to override the `PERL` variable in `pidgin/local.mak` to point to the appropriate `perl.exe`).
+  You'll need a functioning perl 5.20.x runtime (if the perl executable isn't in your `PATH`, you will need to override the `PERL` variable in `pidgin/local.mak` to point to the appropriate perl executable). A good option is [http://strawberryperl.com/ Strawberry Perl].
+
   Download the [/static/win32/perl-5.20.1.1.tar.gz perl-5.20.1.1.tar.gz] development package and extract to `$PIDGIN_DEV_ROOT/win32-dev` (it creates its own directory).  This is a subset of the full 32-bit strawberry perl zip containing just the headers, import lib, and source for perl.
 
-  * 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 newer perl in your path, and that will cause problems!  You will need to do one of the following:
-   * 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):
-{{{
-#!sh
-mingw-get remove msys-perl-bin
-}}}
-   * ''or'' Set your Strawberry Perl installation location at the beginning of the Cygwin-specific `PATH`.  Assuming it is installed in `c:\Perl`, put something like this in your `~/.bashrc`:
-{{{
-#!sh
-export PATH=/cygdrive/c/Strawberry/Perl/bin:$PATH
-}}}
+  * 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 newer perl in your path, and that will cause problems!  The easiest solution is to set the `PERL` variable in your `pidgin/local.mak` to point to the right perl.exe.
 
 === Tcl 8.4.5 ===
   Download and extract [/static/win32/tcl-8.4.5.tar.gz tcl-8.4.5.tar.gz] to `$PIDGIN_DEV_ROOT/win32-dev`
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://developer.pidgin.im/wiki/BuildingWinPidgin>
Pidgin <https://pidgin.im>
Pidgin

This is an automated message. Someone added your email address to be
notified of changes on 'BuildingWinPidgin' page.
If it was not you, please report to datallah at pidgin.im.


More information about the Wikiedit mailing list