update readme
[platform/upstream/enlightenment.git] / README
1 Enlightenment 0.17.0 - IN DEVELOPMENT... not a RELEASE.
2
3 NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
4 file prior to installing DR17 or it will be overwritten.
5
6 You can also use the configure --prefix option to put e17 in a separate tree
7 of its own (recommended) like:
8
9   ./configure --prefix=/usr/local/e17
10
11 You will, as usual need to add the subsequent bin dir to your $PATH etc.
12
13 PREREQUISITES:
14
15 The following Enlightenment Foundation Libraries are required by e17:
16   * eet
17   * evas
18   * ecore
19   * embryo
20   * edje
21   * efreet
22
23
24 NOTES:
25
26 * do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugds
27 and screws up things in edje, evas and e17. if your gcc uses this by default
28 (which apparently gcc4.x does on amd64), turn it off with a -fpmath=387 in
29 your CFLAGS.
30
31 * your freetype2 version must be > 2.1.7
32
33 * i remember hearing of bugs with later versions of freetype on some
34 distributions (2.1.9 and 2.1.10) with certain patches or missing certain
35 patches. be aware of this as a possible font problem.
36