try another way using build.sh
This commit is contained in:
parent
e7c90c647d
commit
de7cec2c43
5
build.sh
5
build.sh
@ -65,7 +65,10 @@ if [ "x$ipfs" == "xyes" ] ; then
|
|||||||
go get -u -v github.com/whyrusleeping/gx-go
|
go get -u -v github.com/whyrusleeping/gx-go
|
||||||
fi
|
fi
|
||||||
echo "building stable revision, this will take a bit. to speed this part up install and run ipfs locally"
|
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 get -d -v
|
||||||
go build -v .
|
go build -v .
|
||||||
mv nntpchan srndv2
|
mv nntpchan srndv2
|
||||||
|
Reference in New Issue
Block a user