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