Created
January 19, 2020 10:58
-
-
Save AssiNET/d48b5e02c96756e2869f81b151fabf6b to your computer and use it in GitHub Desktop.
Install Sikuli 1.1.3 + opencv + tesseract on Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# LUBUNTU 16.04 - MAKE SURE IT IS UPDATED | |
# Sikuli 1.1.3 | |
# Install required packages | |
sudo apt-get install -y default-jre | |
sudo apt-get install -y libopencv-dev tesseract-ocr | |
sudo apt-get install -y xdotool wmctrl | |
## Install sikuli | |
mkdir -p sikuli-install | |
cd sikuli-install | |
wget https://launchpad.net/sikuli/sikulix/1.1.3/+download/sikulixsetup-1.1.3.jar | |
java -jar sikulixsetup-1.1.3.jar options 1.1 4.3 notest | |
sudo chmod +x runsikulix | |
cd ~ | |
echo You can move Sikuli from sikuli-install to whenever folder you want |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment