packaging: exclude on non X11 configuration
[platform/core/uifw/at-spi2-core.git] / INSTALL
1 Install procedure
2 -----------------
3
4         % gzip -cd at-spi-core-2.0.0.tar.gz | tar xvf -  # unpack the sources
5         % cd at-spi-core-2.0.0                           # change to the toplevel directory
6         % ./configure                                    # run the `configure' script
7         % make                                           # build at-spi-core
8
9         [ Become root if necessary ]
10         % make install                                   # install at-spi-core
11
12 Requirements
13 ------------
14
15         GNU make
16         GNU autotools
17
18         pkg-config
19
20         glib
21
22         dbus
23         dbus-glib
24
25         X
26         XEVIE (Reccomended)