aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/README
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 18:41:13 +1000
committerDavid Walter Seikel2012-01-04 18:41:13 +1000
commitdd7595a3475407a7fa96a97393bae8c5220e8762 (patch)
treee341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/edje/README
parentAdd the skeleton. (diff)
downloadSledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz
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.
Diffstat (limited to 'libraries/edje/README')
-rw-r--r--libraries/edje/README43
1 files changed, 43 insertions, 0 deletions
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 @@
1Edje 1.1.0
2
3******************************************************************************
4
5 FOR ANY ISSUES PLEASE EMAIL:
6 enlightenment-devel@lists.sourceforge.net
7
8******************************************************************************
9
10Requirements:
11-------------
12
13Must:
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)
22For 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
30Edje is a graphical layout and animation library for animated resizable,
31compressed and scalable themes. It is meant to abstract UI from the
32programmer to make it possible to plug in any replacement look at feel
33that can be generated any time after an application or library has
34already been developed, thus allowing full flexibility of look and
35feel without having to involve the software developers.
36
37------------------------------------------------------------------------------
38COMPILING AND INSTALLING:
39
40 ./configure
41 make
42(as root unless you are installing in your users directories):
43 make install