Skip to content

Commit d49413c

Browse files
authored
Update go-ethereum源码阅读环境搭建.md
1 parent 2a6e191 commit d49413c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go-ethereum源码阅读环境搭建.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### 搭建go ethereum调试环境
66
首先下载go安装包进行安装,因为GO的网站被墙,所以从下面地址下载。
77

8-
[https://studygolang.com/dl/golang/go1.9.1.windows-amd64.msi](https://studygolang.com/dl/golang/go1.9.1.windows-amd64.msi)
8+
https://studygolang.com/dl/golang/go1.9.1.windows-amd64.msi
99

1010
安装好之后,设置环境变量,把C:\Go\bin目录添加到你的PATH环境变量, 然后增加一个GOPATH的环境变量,GOPATH的值设置为你的GO语言下载的代码路径(我设置的是C:\GOPATH)
1111

@@ -25,11 +25,11 @@
2525

2626
则需要安装gcc工具,我们从下面地址下载并安装
2727

28-
[http://tdm-gcc.tdragon.net/download](http://tdm-gcc.tdragon.net/download)
28+
http://tdm-gcc.tdragon.net/download
2929

3030
接下来安装IDE工具。 我是用的IDE是JetBrains的Gogland。 可以在下面地址下载
3131

32-
[https://download.jetbrains.com/go/gogland-173.2696.28.exe](https://download.jetbrains.com/go/gogland-173.2696.28.exe)
32+
https://download.jetbrains.com/go/gogland-173.2696.28.exe
3333

3434
安装完成后打开IDE. 选择File -> Open -> 选择GOPATH\src\github.com\ethereum\go-ethereum目录打开。
3535

0 commit comments

Comments
 (0)