Change log level to prevent abort.
[platform/upstream/at-spi2-core.git] / INSTALL
1 Install procedure
2 -----------------
3
4 tar -xJf at-spi2-core-2.34.0.tar.xz                      # unpack the sources
5         % cd at-spi2-core-2.34.0                         # change to the toplevel directory
6 mkdir build                                              # create a build directory
7 meson ..                                                 # configure
8 ninja                                                    # build at-spi2-core
9
10         [ Become root if necessary ]
11 ninja install                                            # install at-spi2-core
12
13 Requirements
14 ------------
15
16 Packages with local machine architecture:
17 meson
18 ninja
19 pkg-config
20 gobject-introspection
21 gtk-doc (for generation of documentation)
22
23 Packages with target architecture:
24         glib
25         dbus
26 libX11, libXtst, libXi (for X11 support)