Created
January 24, 2017 03:50
-
-
Save cicorias/44fe7a9178433966265383b852e93f40 to your computer and use it in GitHub Desktop.
Building ethereum
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
set "GOPATH=C:\g\ethereum\go-ethereum-src" | |
set "Path=%USERPROFILE%\bin;%Path%" | |
setx GOPATH "%GOPATH%" | |
setx Path "%Path%" | |
mkdir src\github.com\ethereum | |
git clone https://github.com/ethereum/go-ethereum src\github.com\ethereum\go-ethereum | |
cd src\github.com\ethereum\go-ethereum | |
go get -u -v golang.org/x/net/context |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment