Change Flora License Version
[platform/core/uifw/e17.git] / README
1 Enlightenment 0.17.0 - IN DEVELOPMENT... not a RELEASE.
2
3 Requirements:
4 -------------
5
6 Must:
7   libc libm libX11 libXext evas ecore ecore-evas ecore-file ecore-ipc ecore-con
8   ecore-job ecore-imf ecore-img-evas edje eet embryo efreet efreet-mime
9   edbus ecore-txt
10   [png loader in evas, jpeg loader in evas, eet loader in evas, software_x11
11   engine in evas, buffer engine in evas]
12
13 Recommended:
14   libpam [xrender engine in evas]
15
16 NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
17 file prior to installing DR17 or it will be overwritten.
18
19 You can also use the configure --prefix option to put e17 in a separate tree
20 of its own (recommended) like:
21
22   ./configure --prefix=/usr/local/e17
23
24 You will, as usual need to add the subsequent bin dir to your $PATH etc.
25
26
27 NOTES:
28
29 * do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugds
30 and screws up things in edje, evas and e17. if your gcc uses this by default
31 (which apparently gcc4.x does on amd64), turn it off with a -fpmath=387 in
32 your CFLAGS.
33
34 * your freetype2 version must be > 2.1.7
35
36 * i remember hearing of bugs with later versions of freetype on some
37 distributions (2.1.9 and 2.1.10) with certain patches or missing certain
38 patches. be aware of this as a possible font problem.
39
40 * if you do not want security issues make sure sysactions.conf is in
41 /etc/enlightenment (not PREFIX/etc/enlightenment) as this is the first place
42 it looks at. This file is intended to be customized by packagers and
43 system integrators to match your policies and scripts/tools.