From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/edje/README | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 libraries/edje/README (limited to 'libraries/edje/README') diff --git a/libraries/edje/README b/libraries/edje/README new file mode 100644 index 0000000..d040a5c --- /dev/null +++ b/libraries/edje/README @@ -0,0 +1,43 @@ +Edje 1.1.0 + +****************************************************************************** + + FOR ANY ISSUES PLEASE EMAIL: + enlightenment-devel@lists.sourceforge.net + +****************************************************************************** + +Requirements: +------------- + +Must: + libc + libm + 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 -- cgit v1.1