Blame INSTALL

Packit f2f3b5
Install procedure
Packit f2f3b5
-----------------
Packit f2f3b5
Packit f2f3b5
        % gzip -cd at-spi-1.9.0.tar.gz | tar xvf -  # unpack the sources
Packit f2f3b5
        % cd at-spi-1.9.0                           # change to the toplevel directory
Packit f2f3b5
        % ./configure                               # run the `configure' script
Packit f2f3b5
        % make                                      # build at-spi
Packit f2f3b5
Packit f2f3b5
        [ Become root if necessary ]
Packit f2f3b5
        % make install                              # install at-spi
Packit f2f3b5
Packit f2f3b5
Requirements
Packit f2f3b5
------------
Packit f2f3b5
Packit f2f3b5
        GNU make
Packit f2f3b5
        GNU autotools
Packit f2f3b5
Packit f2f3b5
        pkg-config
Packit f2f3b5
Packit f2f3b5
        python
Packit f2f3b5
Packit f2f3b5
        glib
Packit f2f3b5
        gtk+
Packit f2f3b5
        gail
Packit f2f3b5
Packit f2f3b5
        dbus
Packit f2f3b5
        dbus-glib
Packit f2f3b5
        dbus-python
Packit f2f3b5
Packit f2f3b5
        X
Packit f2f3b5
        XEVIE (Reccomended)