Windows

From Evolution

This page contains the Windows installers for the latest Stable and Unstable releases of Evolution. It also contains the developer scripts for building Evolution on Windows. Also listed are some known issues.

Contents

[edit]

User section

[edit]

Evolution Installers for Windows

The installers have been generated using NSIS. The installers would be migrated to the Modern UI of NSIS soon.

[edit]

Stable

Installer for Evolution 2.24.0

Download Evolution-2.24.0

[edit]

Unstable

Installer for Evolution 2.25.1

Yet to release - scheduled on Nov 5,2008

[edit]

Developer section

This section would help developers to setup a build environment for Evolution on Windows. This section is just an attempt to simplify the very process of setting it up. TorLillqvist has a well documented page in here. We have scripts to automate the whole process. Ofcourse its a little raw, but it'll be enhanced later. Just follow the steps and it'll set you up to a stage where you could start hacking.

[edit]

Prerequisites

[edit]

MinGW

MinGW is the GNU toolchain (gcc, binutils, gdb) targetted for Windows. Install MinGW. It has an installer generated using NSIS and would fetch the binaries required. Instructions for installing it are in here. For more info read this.

[edit]

MSYS

MSYS is technically a fork of Cygwin. Get the binaries from here. Instructions for post installing it are in here. During MSYS installation, you'll be prompted for where you installed mingw. Do read this.

[edit]

Activeperl

The Perl in MSYS doesn't include the XML::Parser module. The intltool commands require that module. It's easiest to use ActivePerl.

[edit]

Subversion for Windows

Subversion is an open source version control system. Download it from here.

[edit]

Wget port for MinGW

To fetch the binaries for the rest of the dependent packages we'll use wget. So download it from here. Untar it to the location having the other MinGW binaries.

[edit]

Perl for MSYS

Now for the Msys version of Perl. Download it from here and also this. Untar this to the location containing the other Msys binaries.

[edit]

Unzip for Windows

Extract this to the same Msys binaries location.

[edit]

Scripts

Run this script and everything would be done. Ready to use the build.

[edit]

Some known issues

  1. GNOME Bugzilla bugs
  2. Mails relating to assigned tasks crash
  3. Evolution does not launch
    • Maybe firewall issues. Killing the bonobo-activation-server process might fix it.