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 5, 2010, 3:03:44 AM (14 years ago)
        
- Author:
- 
          datallah
        
- Comment:
- 
          
          
Fix GtkSpell? path
 
        
          Legend:
          
            - Unmodified
- Added
- Removed
- Modified
 
        
  
      - 
        
        
              
              
                
                  | v95 | v96 |  |  
                          | 67 | 67 | === gettext === |  
                          | 68 | 68 |  |  
                        | 69 |  | You'll need gettext to compile translations. Download [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-tools-0.17.zip gettext-tools-0.17.zip] and [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime-0.17-1.zip gettext-runtime-0.17-1.zip]. Extract both to ` win32-dev/gettext-0.17`. |  
                        |  | 69 | You'll need gettext to compile translations. Download [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-tools-0.17.zip gettext-tools-0.17.zip] and [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime-0.17-1.zip gettext-runtime-0.17-1.zip]. Extract both to `$PIDGIN_DEV_ROOT/win32-dev/gettext-0.17`. |  
                          | 70 | 70 |  |  
                          | 71 | 71 | === Libxml2 === |  
                        | 72 |  | Download and extract [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libxml2-dev_2.7.4-1_win32.zip libxml2-dev_2.7.4-1_win32.zip] to ` win32-dev/libxml2-2.7.4`.[[BR]] |  
                        | 73 |  | Download and extract [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libxml2_2.7.4-1_win32.zip libxml2_2.7.4-1_win32.zip] to ` win32-dev/libxml2-2.7.4` (the same directory as the `-dev` package above). |  
                        |  | 72 | Download and extract [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libxml2-dev_2.7.4-1_win32.zip libxml2-dev_2.7.4-1_win32.zip] to `$PIDGIN_DEV_ROOT/win32-dev/libxml2-2.7.4`.[[BR]] |  
                        |  | 73 | Download and extract [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libxml2_2.7.4-1_win32.zip libxml2_2.7.4-1_win32.zip] to `$PIDGIN_DEV_ROOT/win32-dev/libxml2-2.7.4` (the same directory as the `-dev` package above). |  
                          | 74 | 74 |  |  
                          | 75 | 75 | === Perl 5.10 === |  
                  | … | … |  |  
                          | 79 | 79 |  |  
                          | 80 | 80 | === Tcl 8.4.5 === |  
                        | 81 |  | Download and extract [/static/win32/tcl-8.4.5.tar.gz tcl-8.4.5.tar.gz] to ` win32-dev` |  
                        |  | 81 | Download and extract [/static/win32/tcl-8.4.5.tar.gz tcl-8.4.5.tar.gz] to `$PIDGIN_DEV_ROOT/win32-dev` |  
                          | 82 | 82 |  |  
                          | 83 | 83 | === !GtkSpell === |  
                        | 84 |  | * Download and extract [/static/win32/gtkspell-2.0.16-bin.tar.bz2 gtkspell-2.0.16-bin.tar.bz2] to `$PIDGIN_DEV_ROOT/win32-dev` |  
                        | 85 |  | * (_DELETE_THIS_REMINDER_: Change packaged directory name from gtkspell-2.0.16-bin/ to gtkspell-2.0.16/, or alternatively update libpurple/win32/global.mak) |  
                        |  | 84 | * Download and extract [/static/win32/gtkspell-2.0.16.tar.bz2 gtkspell-2.0.16.tar.bz2] to `$PIDGIN_DEV_ROOT/win32-dev` |  
                          | 86 | 85 |  |  
                          | 87 | 86 | === Enchant === |  
                  | … | … |  |  
                          | 93 | 92 |  |  
                          | 94 | 93 | === SILC Toolkit === |  
                        | 95 |  | Download and extract [/static/win32/silc-toolkit-1.1.8.tar.gz silc-toolkit-1.1.8.tar.gz] to ` win32-dev`. |  
                        |  | 94 | Download and extract [/static/win32/silc-toolkit-1.1.8.tar.gz silc-toolkit-1.1.8.tar.gz] to `$PIDGIN_DEV_ROOT/win32-dev`. |  
                          | 96 | 95 |  |  
                          | 97 | 96 | === Meanwhile === |  
                        | 98 |  | Download and extract [/static/win32/meanwhile-1.0.2_daa2-win32.zip meanwhile-1.0.2_daa2-win32.zip] to ` win32-dev`. |  
                        |  | 97 | Download and extract [/static/win32/meanwhile-1.0.2_daa2-win32.zip meanwhile-1.0.2_daa2-win32.zip] to `$PIDGIN_DEV_ROOT/win32-dev`. |  
                          | 99 | 98 |  |  
                          | 100 | 99 | === Bonjour SDK === |  
                        | 101 |  | Download the `Bonjour SDK for Windows` from [http://developer.apple.com/networking/bonjour/download/ the Apple developer website] and install it to ` win32-dev/Bonjour_SDK`. |  
                        | 102 |  |  |  
                        | 103 |  | Note: it may happen that Bonjour SDK installs to its default location (`Program Files\Bonjour SDK`) regardless what you have specified during install. In that case simply copy everything from `Program Files\Bonjour SDK` to ` win32-dev/Bonjour_SDK`. |  
                        |  | 100 | Download the `Bonjour SDK for Windows` from [http://developer.apple.com/networking/bonjour/download/ the Apple developer website] and install it to `$PIDGIN_DEV_ROOT/win32-dev/Bonjour_SDK`. |  
                        |  | 101 |  |  
                        |  | 102 | Note: it may happen that Bonjour SDK installs to its default location (`Program Files\Bonjour SDK`) regardless what you have specified during install. In that case simply copy everything from `Program Files\Bonjour SDK` to `$PIDGIN_DEV_ROOT/win32-dev/Bonjour_SDK`. |  
                          | 104 | 103 |  |  
                          | 105 | 104 | === Cyrus SASL === |  
                        | 106 |  | Download and extract [/static/win32/cyrus-sasl-2.1.22-daa1.zip cyrus-sasl-2.1.22-daa1.zip] to ` win32-dev`. |  
                        |  | 105 | Download and extract [/static/win32/cyrus-sasl-2.1.22-daa1.zip cyrus-sasl-2.1.22-daa1.zip] to `$PIDGIN_DEV_ROOT/win32-dev`. |  
                          | 107 | 106 | [[BR]](this also contains the MIT GSSAPI module) |  
                          | 108 | 107 |  |  
 
 
       
   
     
    
        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!