Question

I have asked a similar question but I didn't get much from that one.

I'm trying to compile C++ codes on a remote server. I need OpenCV library but its not installed on the server. Is there any way to use the libraries installed on my own system to compile my codes?

I'm using Ubuntu 11.10 and the server is also Linux based.

Thank you soroosh

Was it helpful?

Solution

You probably need to include the static libraries of OpenCV in your program. See this question on how to do this: How to compile OpenCV application with static libraries

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top