From de7cec2c432237294597c3383ce846d1bd0f5c8e Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 13 May 2016 10:50:18 -0400 Subject: [PATCH] try another way using build.sh --- build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c9db4cf..5d4120b 100755 --- a/build.sh +++ b/build.sh @@ -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