gocv icon indicating copy to clipboard operation
gocv copied to clipboard

Dependency problem on another computer

Open Cingozr opened this issue 2 years ago • 1 comments

Hello, my problem is that after compiling the application, I try to run it on another computer, but I cannot run it. What dependencies do I need to install along with the build file after compiling. my operating system is windows 10.

Cingozr avatar Jul 30 '21 08:07 Cingozr

You might be able to get a static build working, depending on your requirements. The same requirements for dependencies that apply to an OpenCV compiled C++ application apply to a compiled Go application in this context.

deadprogram avatar Aug 10 '21 10:08 deadprogram