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 91 and Version 92 of BuildingWinPidgin


Ignore:
Timestamp:
Mar 1, 2010, 5:07:17 AM (14 years ago)
Author:
bviktor
Comment:

get consistent with nss page

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWinPidgin

    v91 v92  
    3030  ** Note: You should avoid using a `$PIDGIN_DEV_ROOT` path that contains spaces as that can cause unnecessary complications.
    3131
    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{{{
     34c:\devel\pidgin-devel
    3535(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
     36c:\devel\pidgin-devel\pidgin-<version>
     37c:\devel\pidgin-devel\win32-dev
    3838(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
     39c:\devel\pidgin-devel\win32-dev\gtk_2_0-2.14\include\libintl.h
    4040}}}
    4141
     
    5353{{{
    5454#!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
    5656}}}
    5757
     
    7474
    7575=== 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`.
    7777  If you install Perl anywhere else, you will need to override the `PERL` and `EXTUTILS` variables 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).
     
    151151
    152152  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:
    154154{{{
    155155 #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!