-
Notifications
You must be signed in to change notification settings - Fork 110
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
cannot install on Raspberry Pi #214
Comments
i built and tested Pond on a Raspberry Pi2 with arm arch linux. built and worked fine. perhaps something changed? |
Did you follow any specific instructions, and if so would you mind sharing them with me please? |
Also, when did you do that @david415 ? Another commit there indicates that changes to go broke it @escapologyBB so maybe try compiling with an older version of go. In any case, this sounds like a problem with go crypto, not pond per se, so maybe raising the issue there, or emailing the two people who worked on this file, will get this addressed faster. |
If you use raspbian, golang version is 1.3.3, see my blog to compile the latest version |
raspbian doesn't sign packages. |
@david415 doesn't mater |
Hello,
After successfully installing Go on the latest version of Rasbian, followed by all of the other dependencies and packages the instructions suggest I am running into the following error whenever I run:
go get github.com/agl/pond/client
I've also tried runninggo get -tags ubuntu github.com/agl/pond/client
just to see if that would work as well.The error is:
I'm not a coder but I've managed to get Pond working on OS X successfully and would really like to get it running on one of my Raspberry pi's, does anybody have any idea what the problem might be?
Thanks in advance
The text was updated successfully, but these errors were encountered: