How Build The App As A StandAlone App

Hello! I have finish an app that uses OpenCV (GoCV) as an external library (dll). When I build the .exe file and run it in my machine the app runs properly, but in other machines which the final user did not have installed GoCv, Go and any other dependency, the app does not open prompting error messages saying that is missing “opencv_someting.dll” and the app does not run.

I would like to learn how to build the app in such manner that the final user do not need to install GoCv/Go in the machine, a standalone app without any external dependencies. Someone can help me? To build the final version I simply used “Go Build” in CMD on Windows.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.