Archived
1
0

try simpler build.sh

This commit is contained in:
Jeff Becker 2016-05-13 10:41:51 -04:00
parent c86732ba5c
commit 9596c1e27e
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

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