1 ************************************************
\r
2 *** Caution - this work is still in progress ***
\r
3 ************************************************
\r
5 These are steps how to setup local envinronment to build evolution
\r
6 and its dependencies from sources.
\r
8 a) http://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download
\r
9 Destination folder: C:\MinGW
\r
13 - mingw-developer-toolkit
\r
22 b) http://sourceforge.net/projects/mingwbuilds/files/mingw-builds-install/mingw-builds-install.exe/download
\r
29 Destination folder: C:\MinGW64
\r
31 c) Replace MinGW version of gcc & co. with the MinGW64 version (mainly for webkitgtk)
\r
32 - delete all but 'msys' directories in C:\MinGW\
\r
33 - move all directories from C:\MinGW64\mingw32\ to C:MinGW\
\r
35 d) http://www.python.org/ftp/python/2.7.6/python-2.7.6.msi
\r
36 Destination folder: C:\Python27
\r
38 e) Add to PATH: C:\Python27;C:\MinGW\bin
\r
40 f) go to evolution checkout, into evolution\win32\ subfolder and execute:
\r
42 which setups build environment. This can take some addition
\r
43 parameters, see the top of setup-env for more information.
\r
45 g) build evolution from sources with:
\r
47 or with some additional software:
\r
50 h) Make sure dbus-daemon is running before evolution is run, which can
\r
51 be done with $PREFIX\deps\bin\dbus-launch.exe
\r