← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #256155]: Deploying Sikuli just by unzipping a file possible?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
-- to i:
 a JRE is the minimum must.
Assuming you somehow have a Sikuli setup (see ii) on the other machine, then the script to running as expected only depends on the fact that the images you are using are the same on the other system (same width and height measured in pixels and the pixels itself are the same). Depending on what the script is doing, the images might vary from system to system, e.g. because of a different theme, a different browser, a monitor setup, that does some scaling that impacts the pixels and more possible situations.

-- to ii
with version 1.1.0 you just have to pack the sikulix.jar, the runsikulix.cmd and your scripts together, unpack on the other system and use
runsikulix.cmd -r myscript.sikuli.

On startup SikuliX will export the libraries to the folder libs and
simply work as expected.

with version RC3 and 1.0.1 it is a bit more tricky, since the system
path has to be modified. but as long as you run the stuff using the
command files it should work.

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.