Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Sia - Decentralized Storage - Working Beta - Launches June 7th, 2015
by
Taek
on 10/06/2015, 09:52:03 UTC

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.md

Sia'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
Code:
go get github.com/NebulousLabs/Sia/...
.