Archived
1
0

use old style build D:

This commit is contained in:
Jeff Becker 2016-04-18 19:42:24 -04:00
parent 02cafc2cc5
commit d38ff65c22
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -44,8 +44,12 @@ if [ "x$rev" == "x" ] ; then
fi
cd $root
echo "obtaining gx"
go get -v github.com/whyrusleeping/gx
go get -v github.com/whyrusleeping/gx-go
gx install --global && go build -v
#echo "obtaining gx"
#go get -v github.com/whyrusleeping/gx
#go get -v github.com/whyrusleeping/gx-go
#gx install --global && go build -v
export GOPATH=$PWD/go
mkdir -p $GOPATH
go get -u -v github.com/majestrate/srndv2
cp $GOPATH/bin/srndv2 $root
echo "Built"