Last active
January 18, 2017 17:39
-
-
Save zramsay/5f9925c273cc8e57e65eb56933d3b44b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
cd $ERISREPO | |
git clone -b develop https://github.com/eris-ltd/eris-compilers.git | |
go get github.com/Masterminds/glide | |
git clone -b unstable-develop https://github.com/eris-ltd/eris-db.git | |
cd eris-db | |
glide install | |
cd .. | |
#go get github.com/eris-ltd/eris-keys | |
#cd eris-keys | |
#glide install | |
#cd .. | |
go get github.com/eris-ltd/eris-logger | |
go get github.com/ethereum/go-ethereum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ERISREPO
should be$GOPATH/src/github.com/eris-ltd