Hi, I am trying to build a program that can used on other machines without opencv. I have a machine installed using the usual process of building from source. From what I read I need to turn the BUILD_SHARED_LIBS = OFF
option. After this I do not know how to proceed. I can see that some files are in the usr/local/include
and usr/local/libs
. Is this the right way to generate static libs? Also how do I compile the static libs for my program? Thank you.