-
-
Notifications
You must be signed in to change notification settings - Fork 114
Can't install #244
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
Not sure what the problem is exactly. If I follow the instructions (except that I do not run setup_go_vars entirely, just set GOPATH, we should probably improve that part), it builds correctly:
You'll have to provide more details about how you set things up. Also, I would suggest you reconsider your (even slightly) snarky tone, which seems inappropriate to me. |
You are right. Please forgive.
So, thanks. |
This drops the `setup_go_env_vars` script, which is only confusing. It contained three lines, of which only one (setting `GOPATH`) is always required and the other two are only relevant when go is manually installed. In the most common case (go installed through a package manager), they will even break the build. Instead of referring to an external script, just show how to set `GOPATH` in the README itself. This improvement was prompted by the user confusion found in arduino#244. Signed-off-by: Matthijs Kooijman <matthijs@stdin.nl>
No, |
Seriously whoever say that everyone know how to manage go-lang ... should go back to his java paradigm, definetly.
Please clarify your docs, mostly for the installation procedures, or better, make a one-click package installer.
There is hundreds of ways to make it simple, so why don't do it?
The text was updated successfully, but these errors were encountered: