Ask Your Question
0

Portability: running my app on another computer (without OpenCV)

asked 2012-11-26 08:58:01 -0600

Hi! I'm a Ubuntu user with Eclipse. I folowed this instructions: http://docs.opencv.org/doc/tutorials/introduction/linux_eclipse/linux_eclipse.html

When I build my project and copy the executable file in any directory of my computer, it works. But the problem is when I copy the executable in another computer, also with Ubuntu 64 but without OpenCV installed.

How can I develop an application containing the libraries? Is that possible?

Thanks for your time, Gabriela

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-11-26 09:43:14 -0600

unxnut gravatar image

You will need to install at least the shared libraries on the other machine. Also, make sure that they are in a place where your application finds them, or add their location to the environment variable LD_LIBRARY_PATH.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-26 08:58:01 -0600

Seen: 776 times

Last updated: Nov 26 '12