File: INSTALL

package info (click to toggle)
pyatspi 2.57.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 884 kB
  • sloc: ansic: 3,506; python: 3,231; xml: 408; sh: 49; makefile: 39
file content (23 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Install procedure
-----------------

        % tar -xJf pyatspi-2.57.0.tar.xz            # unpack the sources
        % cd pyatspi-2.57.0                         # change to the toplevel directory
% mkdir build                                       # create a build directory
cd build                                            # Change to the build directory
        % meson setup ..                            # Prepare meson for build
        % ninja                                     # build pyatspi

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

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

        Meson

        python
        glib
        libatspi (from at-spi2-core)
        dbus-python (if tests are enabled)
        libxml2 (if tests are enabled)