I have a project whit opencv on my machine that is running ok, it works and does what it should do. In my machine I installed the opencv libraries. The problem is that when I want to run the program on another Linux machine I get this error:
Error while loading shared libraries: libopencv_core.so.3.1
My question is, exist some way to compile the proyect and work in any machine with linux? whitout reinstall opencv libraries in those machine How should I configure eclipse for packge all project?