Only send property-change signals relevant for caching, absent listeners
[platform/core/uifw/at-spi2-atk.git] / INSTALL
1 Install procedure
2 -----------------
3
4         % gzip -cd at-spi-1.9.0.tar.gz | tar xvf -  # unpack the sources
5         % cd at-spi-1.9.0                           # change to the toplevel directory
6         % ./configure                               # run the `configure' script
7         % make                                      # build at-spi
8
9         [ Become root if necessary ]
10         % make install                              # install at-spi
11
12 Requirements
13 ------------
14
15         GNU make
16         GNU autotools
17
18         pkg-config
19
20         python
21
22         glib
23         gtk+
24         gail
25
26         dbus
27         dbus-glib
28         dbus-python
29
30         X
31         XEVIE (Reccomended)