Last active
April 2, 2018 12:34
-
-
Save whyrusleeping/b5e6a22a1369581ae6bd22260148caa1 to your computer and use it in GitHub Desktop.
building the hacky libp2p thing
This file contains 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
mkdir -p $GOPATH/src/github.com/ethereum/ | |
cd $GOPATH/src/github.com/ethereum | |
git clone https://github.com/whyrusleeping/go-ethereum | |
make libp2p | |
// That might error... If it does, run: | |
go install ./cmd/geth | |
// and everything should be fine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment