sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #41600
Re: [Question #448571]: SikuliX One line installer for Linux
Question #448571 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/448571
Description changed to:
------------ a solution from comment #5 for Ubuntu 16+
... might work for prior Ubuntu's and other Debian based Linux's as well
sudo apt-get install -y libopencv-dev tesseract-ocr
sudo apt-get install -y xdotool wmctrl
mkdir -p $pathSikuli
cd $pathSikuli
wget https://launchpad.net/sikuli/sikulix/1.1.0/+download/sikulixsetup-1.1.0.jar
java -jar sikulixsetup-1.1.0.jar options 1.1 4.3 notest
sudo chmod +x runsikulix
--------------------------------------------------------------------
Hi RaiMan,
Thank you for continuing to work on SikuliX and not abandoning the
product.
I was using Sikuli a few years back on Windows and I liked the software
and thought it was kinda fun to develop small scripts on. I even sent
you a question about some script I was working on and you replied
kindly.
Later I switched OS to Linux Ubuntu and I will continue being on this
OS.
I checked the installation instructions for SikuliX on Linux but that
was kind of long.
Please RaiMan, do you think you could make a more convenient way to
install on Linux? Some other software products have cool one-liners so
we can just use CURL to download a script which takes care of all the
installation automatically.
Your Sikuli fan
Dmax
P. S. There is an absence of macro software on Linux. Windows has
AutoHotkey and such. Linux does not for some very strange reason
considering how development centric the Linux OS is.
I think you could have a cool niche here with image recognition and
perhaps expanding more into keyboard macros as well.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.