Hi, I would like done a exportable executable where my C++ program contain openCV and his extra modules.
I work on OSX. I compile with g++ I want that my final .exe have a minium of size
Today my program work it, but with dynamic library for openCV. If i change the path of openCV or if I test on other OSX system it doesn't working.
I see I must re-install openCV with special option, but do i need to make a g++ compilation on my program with extra option also ?
thk, cc