~ubuntu-branches/ubuntu/precise/pyatspi/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Install procedure
-----------------

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

        [ Become root if necessary ]
        % make install                              # install pyatspi

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

        GNU make
        GNU autotools

        python
        glib
        dbus-python