Bug 516943 - Disable direct event Summary edit by default
[evolution.git] / win32 / readme.txt
blobe8aa73bd82a5fadf7960a23e815b6ce94a9cdfee
1 ************************************************\r
2 *** Caution - this work is still in progress ***\r
3 ************************************************\r
4 \r
5 These are steps how to setup local envinronment to build evolution\r
6 and its dependencies from sources.\r
7 \r
8 a) http://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download\r
9         Destination folder: C:\MinGW\r
11         Install packages:\r
12         - Basic setup:\r
13           - mingw-developer-toolkit\r
14           - msys-base\r
16         - All Packages\r
17           - msys-patch\r
18           - msys-perl\r
19           - msys-unzip\r
20           - msys-wget\r
22 b) http://sourceforge.net/projects/mingwbuilds/files/mingw-builds-install/mingw-builds-install.exe/download\r
23         Version: 4.8.1\r
24         Architecture: x32\r
25         Threads: posix\r
26         Exception: dwarf\r
27         Build revision: 5\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
41         $ source setup-env\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
46         $ make evolution\r
47    or with some additional software:\r
48         $ make addons\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
53 i) Run 'evolution'\r