go下载,选择windows 64位版本,自己从网上找个地址就好
mingw下载 https://nuwen.net/mingw.html
go环境配置
goroot go的安装路径
gopath 工程的路径 该路径下 gopath\src\github.com\ethereum\go-ethereum 是这样的结构
goland 工具,自己下载一个
编译的话,找到src\github.com\ethereum\go-ethereum\cmd\geth.\main,go 右键run就行了
src\github.com\ethereum\go-ethereum\cmd\evm.\main,go