Repository layout adjusted and manifest added
[platform/core/uifw/eail.git] / README
1 Eail 1.0.0
2 ------------------------------------------------------------------------------
3 Enlightenment Accessibility Implementation Library
4
5 An implementation of ATK interfaces library for Elementary.
6
7 ------------------------------------------------------------------------------
8 COMPILING AND INSTALLING:
9
10   autoreconf -vi
11   ./autogen.sh
12   ./configure
13   make -j4
14 (do this as root unless you are installing in your users directories):
15   make install
16
17 ------------------------------------------------------------------------------
18 TESTING
19
20   autoreconf -vi
21   ./autogen.sh
22   ./configure
23   make -j4
24 (do this as root unless you are installing in your users directories):
25   make install
26   make check -j4
27
28 ------------------------------------------------------------------------------
29 NOTE FOR TIZEN
30
31 To use on Tizen 2.2 you have to set proper ELM_MODULES variable:
32 export ELM_MODULES="prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api:eail>eail/api"
33
34 ------------------------------------------------------------------------------
35 NOTE FOR EAIL-EXPLORER
36
37 To build eail-explorer visual debugging tool use configure option:
38 ./configure --enable-explorer
39
40 Running EAIL-Explorer
41
42 To run your application with the EAIL-Explorer tool just type "eail-explorer.sh" in the terminal and pass the path to the selected application as an argument:
43
44 example:
45 eail-explorer.sh elementary_test