diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-12-21 23:54:23 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-12-21 23:54:23 +0000 |
commit | 66a749c2ce2087367d293e099d0a805cdc0703cf (patch) | |
tree | 23a46ab24d688b4e1236c4fcf47f3ece3147e16c /README | |
parent | ae1341986a22f375da97a813fae1749283295167 (diff) |
update e17 readme
SVN revision: 81623
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 5 insertions, 12 deletions
@@ -1,18 +1,15 @@ | |||
1 | Enlightenment 0.17.0 - IN DEVELOPMENT... not a RELEASE. | 1 | Enlightenment 0.17.0 |
2 | 2 | ||
3 | Requirements: | 3 | Requirements: |
4 | ------------- | 4 | ------------- |
5 | 5 | ||
6 | Must: | 6 | Must: |
7 | libc libm libX11 libXext evas ecore ecore-evas ecore-file ecore-ipc ecore-con | 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 | 8 | ecore-imf ecore-x edje eet embryo efreet e_dbus eio |
9 | edbus ecore-txt | 9 | xcb xcb-shape xcb-keysyms |
10 | [png loader in evas, jpeg loader in evas, eet loader in evas, software_x11 | 10 | [png loader in evas, jpeg loader in evas, eet loader in evas, software_x11 |
11 | engine in evas, buffer engine in evas] | 11 | engine in evas, buffer engine in evas] |
12 | 12 | ||
13 | Recommended: | ||
14 | libpam [xrender engine in evas] | ||
15 | |||
16 | NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment | 13 | NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment |
17 | file prior to installing DR17 or it will be overwritten. | 14 | file prior to installing DR17 or it will be overwritten. |
18 | 15 | ||
@@ -21,22 +18,18 @@ of its own (recommended) like: | |||
21 | 18 | ||
22 | ./configure --prefix=/usr/local/e17 | 19 | ./configure --prefix=/usr/local/e17 |
23 | 20 | ||
24 | You will, as usual need to add the subsequent bin dir to your $PATH etc. | 21 | You will, as usual, need to add the subsequent bin dir to your $PATH etc. |
25 | 22 | ||
26 | 23 | ||
27 | NOTES: | 24 | NOTES: |
28 | 25 | ||
29 | * do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugds | 26 | * do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugs |
30 | and screws up things in edje, evas and e17. if your gcc uses this by default | 27 | 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 | 28 | (which apparently gcc4.x does on amd64), turn it off with a -fpmath=387 in |
32 | your CFLAGS. | 29 | your CFLAGS. |
33 | 30 | ||
34 | * your freetype2 version must be > 2.1.7 | 31 | * your freetype2 version must be > 2.1.7 |
35 | 32 | ||
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 | 33 | * 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 | 34 | /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 | 35 | it looks at. This file is intended to be customized by packagers and |