Blob Blame History Raw
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)