Files
build-web-application-with-…/1.1.md
2012-08-20 18:24:08 +08:00

28 lines
925 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 1.1 GO 安装
## Window 安装
访问[下载地址][downlink],32位机器下载go1.0.2.windows-386.msi64位机器下载go1.0.2.windows-amd64.msi双击下载文件一路按照默认点击下一步这个时候go已经安装到你的系统中默认安装之后已经在你的系统环境变量中加入了c:/go这个时候打开CMD输入
go
看到如下图片
![](images/1.1.cmd.png?raw=true)
出现go编译的信息那么说明go已经安装成功了如果出现该命令不存在那么可以检查一下自己的环境变量里面的PATH是不是包含了go安装目录
## Mac 安装
## linux安装
## 源码安装
## links
* [目录](<preface.md>)
* 上一节: [GO环境配置](<1.md>)
* 下一节: [GOPATH 与工作空间](<1.2.md>)
## LastModified
* $Id$
[downlink]: http://code.google.com/p/go/downloads/list "GO安装下载"