Hi derek,
if you have orca running i guess you would have most dependencys already on your system. you may check this with something like: sudo apt-get build-dep gnome-orca if you want to clone the git you can do this with something like that git clone https://git.gnome.org/browse/orca cd orca ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var make sudo make install i live on a arch system here so maybe a ubuntu use would give you a more detailed answer. if you are playing around with a11y tools in linux you also may want to try ocrdesktop for view non accessible windows: https://github.com/chrys87/ocrdesktop https://wiki.archlinux.org/index.php/Ocrdesktop and the "simple orca plugin system": https://github.com/chrys87/simple-orca-plugin-system https://wiki.archlinux.org/index.php/Simple_Orca_Plugin_System cheers chrys Am 03.09.2016 um 02:59 schrieb derek riemer:
|