I am trying to create a C++ application with opencv and share the application with other user who donot have Opencv installed on its PC. How can i do that?
I tried :
I was able to compile on my PC, but when i share my folder with some other PC and link all the libraries, I get undefined reference error for Opencv.
Thanks
The answer is static linking. If you don't care about executable size and the target machine doesn't have the required libraries, just supply them inside the executable. Please look at this question for reference.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With