cosmos-sdk/docs/guide/install.md

14 lines
314 B
Markdown
Raw Normal View History

2017-02-03 18:17:11 -08:00
# Install
We use glide for dependency management. The prefered way of compiling from source is the following:
```
go get -d github.com/tendermint/basecoin/cmd/basecoin
cd $GOPATH/src/github.com/tendermint/basecoin
make get_vendor_deps
make install
```
This will create the `basecoin` binary in `$GOPATH/bin`.