Function description fixes
[platform/core/uifw/eail.git] / eail / 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 (optionally use ./configure --with-elementary-modules=/usr/local/lib/elementary/modules/eail/linux-gnu-i686-1.7.99/  )
13   ./configure
14   make -j4
15 (do this as root unless you are installing in your users directories):
16   make install
17
18 ------------------------------------------------------------------------------
19 TESTING
20
21   autoreconf -vi
22   ./autogen.sh
23 (optionally use ./configure --with-elementary-modules=/usr/local/lib/elementary/modules/eail/linux-gnu-i686-1.7.99/  )
24   ./configure
25   make -j4
26 (do this as root unless you are installing in your users directories):
27   make install
28   make check -j4
29
30 ------------------------------------------------------------------------------
31 NOTE FOR TIZEN
32
33 To use on Tizen 2.2 you have to set proper ELM_MODULES variable:
34 export ELM_MODULES="prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api:eail>eail/api"