summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 5bf92eed041af5069752b349f6a6d4e1e784d622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Install procedure
-----------------

        % gzip -cd at-spi-1.9.0.tar.gz | tar xvf -  # unpack the sources
        % cd at-spi-1.9.0                           # change to the toplevel directory
        % ./configure                               # run the `configure' script
        % make                                      # build at-spi

        [ Become root if necessary ]
        % make install                              # install at-spi

Requirements
------------

        GNU make
        GNU autotools

        pkg-config

        python

        glib
        gtk+
        gail

        dbus
        dbus-glib
        dbus-python

        X
        XEVIE (Reccomended)