mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:43:26 +08:00
02.5.md
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
##啊哦,亲,你看得也太快了。。。还没翻译完呢 0 0
|
||||
要不等到 ***2013 年 4 月 13 日*** 再来看看吧~~
|
||||
|
||||
这里还有一些其它的学习资源噢~
|
||||
|
||||
- [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming):已更新至 [第六课](https://github.com/Unknwon/go-fundamental-programming/blob/master/lecture6/lecture6.md)
|
||||
- [《Go Web编程》](https://github.com/astaxie/build-web-application-with-golang)
|
||||
|
||||
神马?你说你不想学习?那好吧,去逛逛论坛看看行情也行~
|
||||
|
||||
- [Golang中文社区](http://bbs.mygolang.com/forum.php)
|
||||
- [Go语言学习园地](http://studygolang.com/)
|
||||
- [Golang中国](http://golang.tc)
|
||||
|
||||
#2.4 在 Mac OS X 上安装 Go
|
||||
( ***译者注:由于 Go 语言版本更替,本节中的相关内容经原作者同意将被直接替换而不作另外说明*** )
|
||||
|
||||
如果你想要在你的 Mac 系统上安装 Go,则必须使用 Intel 64 为处理器,Go 不支持 PowerPC 处理器。
|
||||
|
||||
你可以通过该页面查看有关在 PowerPC 处理器上的移植进度:[https://codedr-go-ppc.googlecode.com/hg/](https://codedr-go-ppc.googlecode.com/hg/)。
|
||||
|
||||
**注意事项**
|
||||
|
||||
在 Mac 系统下使用到的 C 工具链是 Xcode 的一部分,因此你需要通过安装 Xcode 来完成这些工具的安装。你并不需要安装完整的 Xcode,而只需要安装它的命令行工具部分。
|
||||
|
||||
你可以在这个页面下载到 Mac 系统下的一键安装包或源代码自行编译:[https://code.google.com/p/go/downloads/list](https://code.google.com/p/go/downloads/list)
|
||||
|
||||
通过源代码编译安装的过程与环境变量的配置与在 Linux 系统非常相似,因此不再赘述。
|
||||
|
||||
##链接
|
||||
- [目录](directory.md)
|
||||
- 上一节:[在 Linux 上安装 Go](02.3.md)
|
||||
- 下一节: [在 Windows 上安装 Go](02.5.md)
|
||||
- 下一节:[在 Windows 上安装 Go](02.5.md)
|
Reference in New Issue
Block a user