File: readme.txt

package info (click to toggle)
evolution 3.56.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,052 kB
  • sloc: ansic: 519,950; javascript: 8,494; xml: 5,207; python: 702; makefile: 562; sh: 294; perl: 169
file content (60 lines) | stat: -rw-r--r-- 1,929 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
**************************************************
* Note the build itself is outdated also due to  *
* no WebKit2 of WebKitGTK+ for Windows.          *
* It is waiting for:                             *
* https://bugs.webkit.org/show_bug.cgi?id=137488 *
**************************************************

************************************************
*** Caution - this work is still in progress ***
************************************************

These are steps how to setup local envinronment to build evolution
and its dependencies from sources.

a) http://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download
	Destination folder: C:\MinGW

	Install packages:
	- Basic setup:
	  - mingw-developer-toolkit
	  - msys-base

	- All Packages
	  - msys-patch
	  - msys-perl
	  - msys-unzip
	  - msys-wget

b) http://sourceforge.net/projects/mingwbuilds/files/mingw-builds-install/mingw-builds-install.exe/download
	Version: 4.8.1
	Architecture: x32
	Threads: posix
	Exception: dwarf
	Build revision: 5

	Destination folder: C:\MinGW64

c) Replace MinGW version of gcc & co. with the MinGW64 version (mainly for webkitgtk)
	- delete all but 'msys' directories in C:\MinGW\
	- move all directories from C:\MinGW64\mingw32\ to C:MinGW\

d) http://www.python.org/ftp/python/2.7.6/python-2.7.6.msi
	Destination folder: C:\Python27

e) Add to PATH: C:\Python27;C:\MinGW\bin

f) go to evolution checkout, into evolution\win32\ subfolder and execute:
   	$ source setup-env
   which setups build environment. This can take some addition
   parameters, see the top of setup-env for more information.

g) build evolution from sources with:
	$ make evolution
   or with some additional software:
	$ make addons

h) Make sure dbus-daemon is running before evolution is run, which can
   be done with $PREFIX\deps\bin\dbus-launch.exe

i) Run 'evolution'