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)
|