-
-
Notifications
You must be signed in to change notification settings - Fork 150
Please add instructions on how to install dependencies #49
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
Comments
Looks like there are some issues on Godeps due to some broken libs. We are considering to add all the deps inside the git repo to have it always consistent. |
@mastrolinux if it's a godeps issue then nothing to fix here. Is that the corrrect way to install dependencies, if so i can do a pull request. So after getting somehow the dependencies installed, trying ./compile_webidebridge.sh. It fails in createZipEmbeddableFileArduino because i am missing some stuff in arduino/.
The workaround is easy (see below), would it make sense to add a switch to avoid the zip creation or the missing files are really needed?
BTW that script should probably be a Makefile. |
I agree that the script needs some love, export GOPATH=$PWD
go get
go build to generate an |
For go newbies (like myself) it is quite daunting how go handle package dependencies. What I've tried seems not to be sufficient:
I got some issues like having to download dependencies with go get because godep did not find them:
The text was updated successfully, but these errors were encountered: