Archived
1
0

try another way using build.sh

This commit is contained in:
Jeff Becker 2016-05-13 10:50:18 -04:00
parent e7c90c647d
commit de7cec2c43
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -65,7 +65,10 @@ if [ "x$ipfs" == "xyes" ] ; then
go get -u -v github.com/whyrusleeping/gx-go
fi
echo "building stable revision, this will take a bit. to speed this part up install and run ipfs locally"
$GOPATH/bin/gx install
mkdir -p $GOPATH/src/gx/ipfs
cd $GOPATH/src/gx/ipfs
$GOPATH/bin/gx get $rev
cd $root
go get -d -v
go build -v .
mv nntpchan srndv2