-2

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

soroosh.strife
  • 1,181
  • 4
  • 19
  • 45
  • possible duplicate of [OpenCV binary deployment (Linux)](http://stackoverflow.com/questions/10605363/opencv-binary-deployment-linux) – karlphillip May 28 '12 at 12:20

1 Answers1

1

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

Community
  • 1
  • 1
diip_thomas
  • 1,531
  • 13
  • 25