Burrow is written in Go, so before you get started, you should install and set up Go.
If you have not yet installed the Go Dependency Management Tool, please go over there and follow their short installation instructions. dep is used to automatically pull in the dependencies for Burrow so you don't have to chase them all down. ------->>>>>> I am getting stuck here, Not able to install it on ubuntu, Kindly suggest how to overcome this. / Earlier I was able to install godep ,gpm and make this repo work but not now when this "dep" update have been pushed to burrow github repo.
$ go get github.com/linkedin/Burrow # I have done this
$ cd $GOPATH/src/github.com/linkedin/Burrow
$ dep ensure # since this is not installed, hence, not able to fix this.
$ go installGo env Information and Version.
:~$ go env GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/mpuser/go" GORACE="" GOROOT="/usr/local/go" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" GCCGO="gccgo" CC="gcc" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build014902965=/tmp/go-build -gno-record-gcc-switches" CXX="g++" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" mpuser@arbok:~$ go version go version go1.9.2 linux/amd64
Kernel & OS information: Linux arbok 4.4.0-92-generic #115~14.04.1-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux
If you're interested in hacking on dep, you can install via go get:
go get -u github.com/golang/dep/cmd/dep
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.