summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 54c3246dca91ebd808418e99192e6eea66259994 (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
Install procedure
-----------------

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

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

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

        GNU make
        GNU autotools

        pkg-config

        glib

        dbus
        dbus-glib

        X
        XEVIE (Reccomended)