File: INSTALL

package info (click to toggle)
at-spi2-core 2.59.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,220 kB
  • sloc: ansic: 45,031; xml: 1,505; python: 384; sh: 239; makefile: 31; javascript: 13
file content (27 lines) | stat: -rw-r--r-- 901 bytes parent folder | download | duplicates (5)
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
27
Install procedure
-----------------

tar -xJf at-spi2-core-2.34.0.tar.xz                      # unpack the sources
        % cd at-spi2-core-2.34.0                         # change to the toplevel directory
mkdir build                                              # create a build directory
cd build                                                 # change to build directory
meson ..                                                 # configure
ninja                                                    # build at-spi2-core

        [ Become root if necessary ]
ninja install                                            # install at-spi2-core

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

Packages with local machine architecture:
meson
ninja
pkg-config
gobject-introspection
gtk-doc (for generation of documentation)

Packages with target architecture:
        glib
        dbus
libX11, libXtst, libXi (for X11 support)