diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2014-09-15 09:41:06 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2014-09-15 09:41:06 -0400 |
commit | eb3ad1f4a6827415e57ac276e45d1edb8071a8e2 (patch) | |
tree | 7873aac8b1859d34cb3205eb3184b3cef47a00c2 /README | |
parent | f4ae62a37a4d0cabe27d8bba3c85a693e9dcf6f5 (diff) |
update NEWS and README for release
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,22 +1,21 @@ | |||
1 | Enlightenment 0.18.0 | 1 | Enlightenment 0.19.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 efl |
8 | ecore-imf ecore-x edje eet embryo efreet e_dbus eio | ||
9 | xcb xcb-shape xcb-keysyms | 8 | xcb xcb-shape xcb-keysyms |
10 | [png loader in evas, jpeg loader in evas, eet loader in evas, software_x11 | 9 | [png loader in evas, jpeg loader in evas, eet loader in evas, software_x11 |
11 | engine in evas, buffer engine in evas] | 10 | engine in evas, buffer engine in evas] |
12 | 11 | ||
13 | NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment | 12 | NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment |
14 | file prior to installing DR18 or it will be overwritten. | 13 | file prior to installing DR19 or it will be overwritten. |
15 | 14 | ||
16 | You can also use the configure --prefix option to put e17 in a separate tree | 15 | You can also use the configure --prefix option to put enlightenment in a separate tree |
17 | of its own (recommended) like: | 16 | of its own (recommended) like: |
18 | 17 | ||
19 | ./configure --prefix=/usr/local/e18 | 18 | ./configure --prefix=/usr/local/e19 |
20 | 19 | ||
21 | You will, as usual, need to add the subsequent bin dir to your $PATH etc. | 20 | You will, as usual, need to add the subsequent bin dir to your $PATH etc. |
22 | 21 | ||
@@ -24,7 +23,7 @@ You will, as usual, need to add the subsequent bin dir to your $PATH etc. | |||
24 | NOTES: | 23 | NOTES: |
25 | 24 | ||
26 | * do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugs | 25 | * do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugs |
27 | and screws up things in edje, evas and e17. if your gcc uses this by default | 26 | and screws up things in edje, evas and e19. if your gcc uses this by default |
28 | (which apparently gcc4.x does on amd64), turn it off with a -fpmath=387 in | 27 | (which apparently gcc4.x does on amd64), turn it off with a -fpmath=387 in |
29 | your CFLAGS. | 28 | your CFLAGS. |
30 | 29 | ||