Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling with dylibs #113

Open
lukereding opened this issue Jul 17, 2017 · 0 comments
Open

compiling with dylibs #113

lukereding opened this issue Jul 17, 2017 · 0 comments

Comments

@lukereding
Copy link

I'm a new Go user and I know that this probably isn't the best forum for this question but a few hours of research have left me empty-handed.

I work a lot in OpenCV using Python but using Go has been attractive to me because of the ability to compile a single binary I can distribute to multiple machines without the added step of making sure I have a whole bunch of dependencies (like OpenCV) installed.

I understand that OpenCV has to be installed on the machine for this package to work. When I run a simple program on a machine without OpenCV I get an error about a missing dylib.

My question on whether it's possible to compile a Go program using this package in such a way that I don't have to have OpenCV installed externally (e.g. via brew). Ability to cross compile is not necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant