package upload
[platform/core/uifw/edje-multisense-plugin.git] / README
1 Edje-MultiSense-Plugin 0.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   libedje
15
16 Edje is a graphical layout and animation library for animated resizable,
17 compressed and scalable themes. It is meant to abstract UI from the
18 programmer to make it possible to plug in any replacement look at feel
19 that can be generated any time after an application or library has
20 already been developed, thus allowing full flexibility of look and
21 feel without having to involve the software developers.
22
23 ------------------------------------------------------------------------------
24 COMPILING AND INSTALLING:
25
26   ./configure
27   make
28 (as root unless you are installing in your users directories):
29   make install
30       
31