hmm)) how to compile it on ubuntu?
Hix, did you find a fix to the the issue? I am having zero luck compiling "siad" on Ubuntu 14.04.
https://github.com/NebulousLabs/Sia/blob/master/doc/Developers.mdSia's a bit trickier because we have many packages inside of the same project.You need to set up your $GOPATH, and then you need to clone the Sia repo in $GOPATH/src/github.com/NebulousLabs
Alternatively, you can try installing it with
go get github.com/NebulousLabs/Sia/...
.
In order to compile it, I had to set GOBIN as well (ubuntu).