← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #692052]: Help with setting Sikuli Up

 

Question #692052 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/692052

Javier Gonzales Rodriguez posted a new comment:
Ethan,

Am a beginner too so am gonna share what i did for Linux ...

I downloaded the  "sikulixide-2.0.4.jar" and "jython-
installer-2.7.1.jar", installed first the jython and then sikulixide.

After that I opened the sikulixide and selected "File > Special files >
entered the number 2 > configure the path of your jython, like this:
jython = /home/mint/jython2.7.1/jython.jar"

Closed the sikulixide and run those commands on terminal:

sudo apt install libcanberra-gtk0 libcanberra-gtk-module
sudo apt-get install xdotool
sudo apt-get install wmctrl
sudo add-apt-repository ppa:alex-p/tesseract-ocr
sudo apt-get update
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev
sudo ldconfig
sudo apt install libopencv4.2-java openjdk-11-jre-headless
cd /usr/lib/jni/
sudo ln -s libopencv_java420.so libopencv_java.so

By the way, am using python, hope that this helps to you man.

Regards!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.