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 1, 2010, 5:07:17 AM (14 years ago)
- Author:
-
bviktor
- Comment:
-
get consistent with nss page
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v91
|
v92
|
|
30 | 30 | ** Note: You should avoid using a `$PIDGIN_DEV_ROOT` path that contains spaces as that can cause unnecessary complications. |
31 | 31 | |
32 | | People are sometimes confused about the directory structure, so here is an example structure after all the dependencies have been installed (`$PIDGIN_DEV_ROOT` is `c:/development/pidgin_dev` in this example): |
33 | | {{{ |
34 | | C:\development\pidgin_dev |
| 32 | People are sometimes confused about the directory structure, so here is an example structure after all the dependencies have been installed (`$PIDGIN_DEV_ROOT` is `c:\devel\pidgin-devel` in this example): |
| 33 | {{{ |
| 34 | c:\devel\pidgin-devel |
35 | 35 | (The following is the source tree root, containing config.h.mingw and libpurple.) |
36 | | C:\development\pidgin_dev\pidgin-<version> |
37 | | C:\development\pidgin_dev\win32-dev |
| 36 | c:\devel\pidgin-devel\pidgin-<version> |
| 37 | c:\devel\pidgin-devel\win32-dev |
38 | 38 | (If the following file is present, your structure is probably correct.) |
39 | | C:\development\pidgin_dev\win32-dev\gtk_2_0-2.14\include\libintl.h |
| 39 | c:\devel\pidgin-devel\win32-dev\gtk_2_0-2.14\include\libintl.h |
40 | 40 | }}} |
41 | 41 | |
… |
… |
|
53 | 53 | {{{ |
54 | 54 | #!sh |
55 | | export PATH=/cygdrive/c/development/pidgin_dev/win32-dev/mingw/bin:$PATH |
| 55 | export PATH=/cygdrive/c/devel/pidgin-devel/win32-dev/mingw/bin:$PATH |
56 | 56 | }}} |
57 | 57 | |
… |
… |
|
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`. |
| 76 | Install Perl 5.10 for Windows (I use [http://www.activestate.com/Products/ActivePerl/ ActivePerl]), to `c:\Perl`. |
77 | 77 | If you install Perl anywhere else, you will need to override the `PERL` and `EXTUTILS` variables 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). |
… |
… |
|
151 | 151 | |
152 | 152 | Most of the variables that can be overridden with this method are defined in the [/viewmtn/revision/file/8c0ef1cb63204eeb0e5cda5501300c62d11bf89e/libpurple/win32/global.mak libpurple/win32/global.mak] file. |
153 | | For example, to install Pidgin over `C:\Program Files\Pidgin` instead of `$PIDGIN_DEV_ROOT/pidgin/win32-install-dir`, create a `$PIDGIN_DEV_ROOT/pidgin/local.mak` containing: |
| 153 | For example, to install Pidgin over `c:\Program Files\Pidgin` instead of `$PIDGIN_DEV_ROOT/pidgin/win32-install-dir`, create a `$PIDGIN_DEV_ROOT/pidgin/local.mak` containing: |
154 | 154 | {{{ |
155 | 155 | #Override the install location |
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!