Build
Binary build
Ubuntu 16.04
$ sudo apt update -y
$ sudo apt install -y curl wget git bison build-essential$ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
$ gvm install go1.10.3 -B
$ gvm use go1.10.3 --default$ go get github.com/second-state/devchain
$ cd $GOPATH/src/github.com/second-state/devchain
$ make all$ which devchain
/home/ubuntu/.gvm/pkgsets/go1.10.3/global/bin/devchainCentOS 7
Docker build
Last updated
Was this helpful?