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 97 and Version 98 of BuildingWinPidgin


Ignore:
Timestamp:
Mar 12, 2010, 9:54:12 PM (14 years ago)
Author:
datallah
Comment:

Update Perl instructions to reflect that EXTUTILS variable isn't present anymore.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWinPidgin

    v97 v98  
    4949   * gcc-core 4.4.0 ([http://sourceforge.net/projects/mingw/files/GCC%20Version%204/gcc-core-4.4.0-mingw32-bin.tar.gz/download bin] and [http://sourceforge.net/projects/mingw/files/GCC%20Version%204/gcc-core-4.4.0-mingw32-dll.tar.gz/download dll])
    5050  * Extract all of the above downloaded files directly into the `win32-dev/mingw` directory.
    51   * You will need to set MinGW's bin directory before Cygwin's in your PATH.[[BR]]
     51  * You will need to set MinGW's bin directory before Cygwin's in your `PATH`.[[BR]]
    5252   For Example (You can add the following to your `~/.bashrc` file (create the file if it doesn't exist yet)):
    5353{{{
     
    7474
    7575=== Perl 5.10 ===
    76   Install Perl 5.10 for Windows (I use [http://www.activestate.com/Products/ActivePerl/ ActivePerl]), to `c:\Perl`.
    77   If you install Perl anywhere else, you will need to override the `PERL` and `EXTUTILS` variables in your `pidgin/local.mak` file.
     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.
    7878  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).
    7979
     
    127127
    128128  * If you want to build the Pidgin installer, do the following (skip to the `make` command below if you chose to use the Build Environment Fetcher):
    129     * Download and install [http://nsis.sourceforge.net/Download NSIS]. Include NSIS to your PATH.
     129    * Download and install [http://nsis.sourceforge.net/Download NSIS]. Include NSIS to your `PATH`.
    130130     *  For information on the NSIS installer, visit the [http://nsis.sourceforge.net NSIS website].[[BR]]
    131131    * Download the [http://nsis.sourceforge.net/Nsisunz_plug-in nsisunz plugin], and extract `nsisunz.dll` into the `Plugins` directory of your NSIS installation.
     
    178178MAKENSIS := /usr/bin/makensis
    179179MAKENSISOPT := -
    180 PERL := /usr/bin/perl
    181 EXTUTILS := /usr/share/perl/5.8/ExtUtils
    182180WINDRES := /usr/bin/i586-mingw32msvc-windres
    183181STRIP := /usr/bin/i586-mingw32msvc-strip
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!