Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created January 24, 2017 03:50
Show Gist options
  • Save cicorias/44fe7a9178433966265383b852e93f40 to your computer and use it in GitHub Desktop.
Save cicorias/44fe7a9178433966265383b852e93f40 to your computer and use it in GitHub Desktop.
Building ethereum
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