You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Prince Kumar Dubey 3cc8139906 From: Prince Kumar Dubey <prince.dubey@samsung.com> 12 years ago
..
data From: Prince Kumar Dubey <prince.dubey@samsung.com> 12 years ago
doc From: Prince Kumar Dubey <prince.dubey@samsung.com> 12 years ago
m4 add tests and coverage support 12 years ago
src From: Prince Kumar Dubey <prince.dubey@samsung.com> 12 years ago
utils Fix indentation levels. 15 years ago
.gitignore Update .gitignore files 12 years ago
AUTHORS From: Prince Kumar Dubey <prince.dubey@samsung.com> 12 years ago
COPYING fix up copyings likewise. nicely standardised templateish. 13 years ago
ChangeLog Edje entry: Emit signals on range del and add info to changed,user. 12 years ago
INSTALL update svn:ignores 12 years ago
Makefile.am Edje: Stop deleting important m4 files on make maintainer-clean. These 12 years ago
NEWS - Fix warnings 20 years ago
README efl 1.0.0 beta. 13 years ago
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 12 years ago
configure.ac From: Prince Kumar Dubey <prince.dubey@samsung.com> 12 years ago
edje.pc.in edje: add vmaj and module to edje.pc 13 years ago
edje.spec.in Fix build (and rpmbuild) of evas now it installs some examples. 12 years ago
edje.supp added valgrind suppression file for Edje 20 years ago

README

Edje 1.0.0 BETA

******************************************************************************

FOR ANY ISSUES PLEASE EMAIL:
enlightenment-devel@lists.sourceforge.net

******************************************************************************

Requirements:
-------------

Must:
libc
libm
eet (at least 1.4.0)
ecore (at least 1.0.0)
ecore-evas (at least 1.0.0)
ecore-file (at least 1.0.0)
embryo (at least 1.0.0)
evas (at least 1.0.0)

Edje is a graphical layout and animation library for animated resizable,
compressed and scalable themes. It is meant to abstract UI from the
programmer to make it possible to plug in any replacement look at feel
that can be generated any time after an application or library has
already been developed, thus allowing full flexibility of look and
feel without having to involve the software developers.

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

./configure
make
(as root unless you are installing in your users directories):
make install