- Install go version 1.10 or above and have
$GOPATHset
go get github.com/hyperledger/burrow
cd $GOPATH/src/github.com/hyperledger/burrow
make build
This will build the burrow binary and put it in the bin/ directory. It can be executed from there or put wherever is convenient.
You can also install burrow into $GOPATH/bin with make install_burrow,