loomnetwork / tiles-chain

MIT License
18 stars 9 forks source link

Can't compile on Mac - 2.) Start the DappChain: make deps #6

Closed ghost closed 5 years ago

ghost commented 5 years ago

Stuck at step2 Start the DappChain: Has run this export GOPATH=$GOPATH:`pwd`

then when I run this make deps I got this result

go get \
        github.com/gogo/protobuf/jsonpb \
        github.com/gogo/protobuf/proto \
        github.com/spf13/cobra \
        github.com/gomodule/redigo/redis \
        github.com/loomnetwork/go-loom \
        github.com/hashicorp/go-plugin \
        github.com/pkg/errors \
        github.com/grpc-ecosystem/go-grpc-prometheus \
        github.com/go-kit/kit/log
make: go: No such file or directory
make: *** [deps] Error 1

Any idea?

mattkanwisher commented 5 years ago

Yeah you don’t have Go installed please follow the steps closely below

https://loomx.io/developers/docs/en/prereqs.html