Edje: Updated changelog.
[framework/uifw/edje.git] / README
1 Edje 1.0.0 BETA
2
3 ******************************************************************************
4
5  FOR ANY ISSUES PLEASE EMAIL:
6  enlightenment-devel@lists.sourceforge.net
7   
8 ******************************************************************************
9   
10 Requirements:
11 -------------
12
13 Must:
14   libc
15   libm 
16   eet (at least 1.4.0) 
17   ecore (at least 1.0.0)
18   ecore-evas (at least 1.0.0)
19   ecore-file (at least 1.0.0)
20   embryo (at least 1.0.0)
21   evas (at least 1.0.0)
22
23 Edje is a graphical layout and animation library for animated resizable,
24 compressed and scalable themes. It is meant to abstract UI from the
25 programmer to make it possible to plug in any replacement look at feel
26 that can be generated any time after an application or library has
27 already been developed, thus allowing full flexibility of look and
28 feel without having to involve the software developers.
29
30 ------------------------------------------------------------------------------
31 COMPILING AND INSTALLING:
32
33   ./configure
34   make
35 (as root unless you are installing in your users directories):
36   make install
37       
38