blob: 033c2df0f71fb5559fa0a8addcc5db522ce39456 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
Please report bugs and send patches to phab.enlightenment.org
Enlightenment
Requirements:
-------------
Must:
efl elementary
libc libm libX11 libXext
xcb xcb-shape xcb-keysyms
Heavily suggested:
evas_generic_loaders (all loaders)
NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
file prior to installing this release or it will be overwritten.
MESON BUILD:
meson . build
optional:
mesonconf --options OR meson configure --options
cd build && sudo ninja install
AUTOTOOLS BUILD:
./configure --prefix=/usr/local/e
sudo make install
You will, as usual, need to add the subsequent bin dir to your $PATH etc.
NOTES:
* 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.
|