enlightenment/README

36 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-09-15 06:41:06 -07:00
Enlightenment 0.19.0
Requirements:
-------------
Must:
2014-09-15 06:41:06 -07:00
libc libm libX11 libXext efl
2012-12-21 15:54:23 -08:00
xcb xcb-shape xcb-keysyms
[png loader in evas, jpeg loader in evas, eet loader in evas, software_x11
engine in evas, buffer engine in evas]
NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
2014-09-15 06:41:06 -07:00
file prior to installing DR19 or it will be overwritten.
2014-09-15 06:41:06 -07:00
You can also use the configure --prefix option to put enlightenment in a separate tree
of its own (recommended) like:
2014-09-15 06:41:06 -07:00
./configure --prefix=/usr/local/e19
2012-12-21 15:54:23 -08:00
You will, as usual, need to add the subsequent bin dir to your $PATH etc.
NOTES:
2012-12-21 15:54:23 -08:00
* do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugs
2014-09-15 06:41:06 -07:00
and screws up things in edje, evas and e19. if your gcc uses this by default
(which apparently gcc4.x does on amd64), turn it off with a -fpmath=387 in
your CFLAGS.
* your freetype2 version must be > 2.1.7
2012-09-02 17:30:06 -07:00
* if you do not want security issues make sure sysactions.conf is in
/etc/enlightenment (not PREFIX/etc/enlightenment) as this is the first place
it looks at. This file is intended to be customized by packagers and
system integrators to match your policies and scripts/tools.