1Edje 1.7.99
2
3******************************************************************************
4
5 FOR ANY ISSUES PLEASE EMAIL:
6 enlightenment-devel@lists.sourceforge.net
7
8******************************************************************************
9
10Requirements:
11-------------
12
13Must:
14  libc
15  eet (at least 1.5.0)
16  ecore (at least 1.1.0)
17  ecore-evas (at least 1.1.0)
18  ecore-file (at least 1.1.0)
19  embryo (at least 1.1.0)
20  evas (at least 1.1.0)
21For audio support (disabled - you have to patch to enable):
22  remix - https://github.com/kfish/remix
23  libsndfile (at least 1.0.22)
24  libvorbis
25  libogg
26  libflac
27  libasound (alsa)
28
29Edje is a graphical layout and animation library for animated resizable,
30compressed and scalable themes. It is meant to abstract UI from the
31programmer to make it possible to plug in any replacement look at feel
32that can be generated any time after an application or library has
33already been developed, thus allowing full flexibility of look and
34feel without having to involve the software developers.
35
36------------------------------------------------------------------------------
37COMPILING AND INSTALLING:
38
39  ./configure
40  make
41(as root unless you are installing in your users directories):
42  make install
43