-
Notifications
You must be signed in to change notification settings - Fork 22
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
unable to go get or godeps #36
Comments
Hey! I'm sorry you run into this issue. Because this module uses CGO and libvix C sources are not available, this module has to be cloned using Git instead. |
Also, try to use the Makefile instead of the regular Go tooling, it should set some needed env vars for you |
I am also having this issue. No vix.h in sight. VIX API is supposedly bundled with VMware Fusion. How do I make this build/install aware of that? |
set CGO_FLAGS to |
It looks like the comments arn't commenting! Let me know what i'm doing wrong.
When trying to install this project i get the following:
The text was updated successfully, but these errors were encountered: