ethereum-go win7 64位编译 - Go语言中文社区

ethereum-go win7 64位编译



1.安装go语言 输入go version 输出go version go1.9.2表示成功

2. github:https://github.com/ethereum/go-ethereum

    dowmload zip到本地

目录结构


GOPATH/src
├── github.com
│   └── ethereum
│       └── go-ethereum
└── golang.org
    └── x
        └── net


3.下载 http://www.mingw.org/  安装好后在cmd输入gcc -v  提示gcc version x.x.x表示安装成功

4.cmd   输入go install -v github.com/ethereum/go-ethereum/cmd/geth

go install -v github.com/ethereum/go-ethereum/cmd/evm

就可以在go/bin文件中找到生成的文件



运行geth.exe



成功了。

 



版权声明:本文来源CSDN,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/weixin_41479993/article/details/79112471
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。
  • 发表于 2020-05-07 22:01:21
  • 阅读 ( 1464 )
  • 分类:Go

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢