Merge remote-tracking branch 'origin/upstream'
[framework/uifw/edje.git] / README
1 Edje 1.1.0
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.5.0) 
17   ecore (at least 1.1.0)
18   ecore-evas (at least 1.1.0)
19   ecore-file (at least 1.1.0)
20   embryo (at least 1.1.0)
21   evas (at least 1.1.0)
22 For audio support (disabled - you have to patch to enable):
23   remix - https://github.com/kfish/remix
24   libsndfile (at least 1.0.22)
25   libvorbis
26   libogg
27   libflac
28   libasound (alsa)
29
30 Edje is a graphical layout and animation library for animated resizable,
31 compressed and scalable themes. It is meant to abstract UI from the
32 programmer to make it possible to plug in any replacement look at feel
33 that can be generated any time after an application or library has
34 already been developed, thus allowing full flexibility of look and
35 feel without having to involve the software developers.
36
37 ------------------------------------------------------------------------------
38 COMPILING AND INSTALLING:
39
40   ./configure
41   make
42 (as root unless you are installing in your users directories):
43   make install