← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #704083]: Sharing Sikulx projects between computers (and different OS)

 

Question #704083 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/704083

    Status: Open => Answered

RaiMan proposed the following answer:
Actually there are no packaging actions, that allow users to execute
SikuliX scripts without any prerequisites.

- a Java Runtime must always be available 
- the user has to install SikuliX

latest SikuliX: 2.0.5 needs Java 8+

On Linux depending on the SikuliX version you need more stuff (OpenCV,
Tesseract, ...).

Depending on your preparations (script packaging, command scripts to run the stuff, ...) it is more or less challenging for your users.
But this is totally up to you.

To pack your script folder (script + images) into one file, you can use
in the IDE menu File -> Export packed source (as .skl) which internally
uses zip-packaging.

SikuliX can run .skl files from command line.

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