import
correctly. I really liked the way each of these programs approached GUI automation, but they simply didn't work. Additionally, I wanted to create a simple solution - it does what you want it to, and that's it. 'xwd | convert "<out_name>"'
. sudo vim /etc/yum.repos.d/libcvautomation.repo
[libcvautomation]
name=Libcvautomation RPM repository
baseurl=http://djbushido.github.com/libcvautomation/rpm
enabled=1
gpgcheck=0
sudo yum clean all
libcvautomation
, and libcvautomation-examples
. sources.list
sudo vim /etc/apt/sources.list
#Libcvautomation Repository deb http://djbushido.github.com/libcvautomation/apt libcvautomation/ deb-src http://djbushido.github.com/libcvautomation/apt libcvautomation-source/
sudo apt-get update
libcvautomation-dev
, and libcvautomation-examples
. cd <location_of_tarball> tar xf <tarball_file> cd libcvautomation-<release_number> ./configure make sudo make install
cva-match
and cva-input
- that can be used to demonstrate most of libcvautomation's capabilities. I've even provided a BASH wrapper to make it incredibly easy to use BASH with libcvautomation as well (requires that cva-match
and cva-input
are installed). Python bindings are even included too!