Skip to content

Instantly share code, notes, and snippets.

@AssiNET
Created January 19, 2020 10:58
Show Gist options
  • Save AssiNET/d48b5e02c96756e2869f81b151fabf6b to your computer and use it in GitHub Desktop.
Save AssiNET/d48b5e02c96756e2869f81b151fabf6b to your computer and use it in GitHub Desktop.
Install Sikuli 1.1.3 + opencv + tesseract on Ubuntu 16.04
# 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