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, 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
-
v97
|
v98
|
|
49 | 49 | * 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]) |
50 | 50 | * 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]] |
52 | 52 | For Example (You can add the following to your `~/.bashrc` file (create the file if it doesn't exist yet)): |
53 | 53 | {{{ |
… |
… |
|
74 | 74 | |
75 | 75 | === 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. |
78 | 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). |
79 | 79 | |
… |
… |
|
127 | 127 | |
128 | 128 | * 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`. |
130 | 130 | * For information on the NSIS installer, visit the [http://nsis.sourceforge.net NSIS website].[[BR]] |
131 | 131 | * Download the [http://nsis.sourceforge.net/Nsisunz_plug-in nsisunz plugin], and extract `nsisunz.dll` into the `Plugins` directory of your NSIS installation. |
… |
… |
|
178 | 178 | MAKENSIS := /usr/bin/makensis |
179 | 179 | MAKENSISOPT := - |
180 | | PERL := /usr/bin/perl |
181 | | EXTUTILS := /usr/share/perl/5.8/ExtUtils |
182 | 180 | WINDRES := /usr/bin/i586-mingw32msvc-windres |
183 | 181 | STRIP := /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!