I am using Arch linux(I think fully updated) and trying to get Go installed, when I try to clone the repo with either release, weekly, tip, I always get this exact hg error
So my question is, is there somewhere I can download a tarball of the latest go source without having to clone the repo so that I can bypass this issue? The only info I could find on the go project site is to clone the repo
-
- Posts: 6
- Joined: Sat Sep 01, 2012 7:42 pm
-
- Posts: 6
- Joined: Sat Sep 01, 2012 7:42 pm
Re: Download zip for Go source?
I somehow missed http://code.google.com/p/go/downloads/list but it only lists go1.0.2 from June 13, would that have the fixes that several bugreports mention are in tip in order for it to work on the Pi?
-
- Posts: 6
- Joined: Sat Sep 01, 2012 7:42 pm
Re: Download zip for Go source?
Yes it looks like go1.0.2 works fine, the math/rand test timed out but everything else finished with no problems, all I had to do was set the environment variables, wget the source, and then run all.bash