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.
 
 
 
 
 
 
WooHyun Jung 311ea71f36 edje/edje_entry : Add more tags(preedit_sub1~4) for supporting a 11 years ago
..
data Edje vim: added ellipsis (correct spelling) as a keyword. 11 years ago
doc General Group created in Edje documentation. 11 years ago
m4 Edje: improve compilation of examples (part1) 12 years ago
src edje/edje_entry : Add more tags(preedit_sub1~4) for supporting a 11 years ago
utils Fix indentation levels. 15 years ago
.gitignore Update git ignore files 11 years ago
AUTHORS edje_codegen: generating source code from edj 11 years ago
ChangeLog edje/edje_entry : Add more tags(preedit_sub1~4) for supporting a 11 years ago
Makefile.am edje: Align coverage generation with all others 12 years ago
NEWS edje/edje_entry : Add more tags(preedit_sub1~4) for supporting a 11 years ago
README and up ver to 1.7.99 now in svn. nack to svnrev num at end. 11 years ago
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 13 years ago
configure.ac edje shouldn't automagically detect dependencies. 11 years ago
edje.pc.in edje: multisense 12 years ago
edje.spec.in Explicit eio dependency plus new bin file. 11 years ago
edje.supp added valgrind suppression file for Edje 20 years ago

README

Edje 1.7.99

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

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

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

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

Must:
libc
eet (at least 1.5.0)
ecore (at least 1.1.0)
ecore-evas (at least 1.1.0)
ecore-file (at least 1.1.0)
embryo (at least 1.1.0)
evas (at least 1.1.0)
For audio support (disabled - you have to patch to enable):
remix - https://github.com/kfish/remix
libsndfile (at least 1.0.22)
libvorbis
libogg
libflac
libasound (alsa)

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