at-spi2-core-2.46.0
Installation of At-Spi2 Core
Install At-Spi2 Core by running the following
commands:
mkdir build &&
cd build &&
meson --prefix=/usr \
--buildtype=release \
-Dsystemd_user_dir=/tmp .. &&
ninja
A session bus address, normally available in an Xorg terminal,
is necessary to run the tests. The test suite also requires the glib
schemas of the package to be installed already. To test the results,
install the package first, then issue: ninja test.
Now, as the root
user:
ninja install &&
rm /tmp/at-spi-dbus-bus.service
Command Explanations
-Dsystemd_user_dir=/tmp
: This flag puts the
systemd unit file in /tmp where it will be removed. SysV, is unable to
use this file.
Command Explanations
--buildtype=release
: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.
Contents
Installed Programs:
None
Installed Library:
libatk-1.0.so,
libatk-bridge-2.0.so,
libatspi.so, and
/usr/lib/gtk-2.0/modules/libatk-bridge.so
Installed Directories:
/usr/include/atk-1.0,
/usr/include/at-spi-2.0,
/usr/include/at-spi2-atk,
/usr/lib/gnome-settings-daemon-3.0,
/usr/share/defaults/at-spi2, and
/usr/share/gtk-doc/html/libatspi
Short Descriptions
libatk-1.0.so
|
contains functions that are used by assistive technologies to
interact with desktop applications
|
libatk-bridge.so
|
contains the Accessibility Toolkit GTK+-2 bridge
|
libatk-bridge-2.0.so
|
contains the Accessibility Toolkit GTK+ module
|
libatspi.so
|
contains the At-Spi2 API functions
|