any form to execute sikuli using local library?

Asked by Jonathan Antognini

any form to execute sikuli using local library?, i.e, execute sikuli non using library of respective operative system?
using library in especific path?

hopefully will understand my question... Regards =)

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Jonathan Antognini
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Linux or Windows or Mac?

Which local libraries?

Revision history for this message
Jonathan Antognini (jantogni) said :
#2

Linux...
libraries like gcc, glibc, etc

Revision history for this message
RaiMan (raimund-hocke) said :
#3

what do you want to do?

seems not to be a real Sikuli question.

Revision history for this message
Jonathan Antognini (jantogni) said :
#4

i try execute sikuli into any distribution of operative system in linux, but that means use libraries into operative system, i want use local libraries for example. i try export PATH=$PATH:~/ to use libraries in specific path.

regards.

Revision history for this message
RaiMan (raimund-hocke) said :
#5

Means, you want one distribution containing all stuff, to run Sikuli an all Linux systems like Ubuntu, Fedora, Debian, Red Hat, Suse, ...???

I guess that is not possible (at lest not with some PATH settings alone and never for gcc and such basic stuff), since every Linux has it's specific setup. That is why for Mac and Windows you have the native libraries together with the distribution. On Linux, you have to install e.g. openCV on your own, because there is not ONE openCV for Linux, but a specific one for every Linux variant.

May be I did not understand right ???

Revision history for this message
Jonathan Antognini (jantogni) said :
#6

ok, all clear =).

Regards.