building openblockchain/obc-peer on Ubuntu Trusty 14.04
Intent of this gist is to show building of openblcokchain/obc-peer on 14.04
setup
To set up (download source, install packages and build necessary deps):
. config
./setup
build
To build:
. config
cd $GOPATH/src/github.com/openblockchain/obc-peer
go clean
go build
looping build
To 'clean', then 'build' in a loop with timings:
loop-commands 10