摘要: go 语言源码安装依赖 ,gcc ,make glibc库,等,上述工具安装省略,这个是官方地址:http://www.golang.org/另外,其源代码更新采用的是mercurial 工具,安装前先安装mercureal :1.mercurial安装使用yum install mercurial2.设置环境变量在.bash_profile中#go setexport GOROOT=/usr/local/goexport GOOS=linuxexport GOARCH=386export GOBIN=$GOROOT/binPATH=$PATH:$GOBINexport PATHalias c 阅读全文
posted @ 2013-08-15 18:27 jackluo 阅读(8941) 评论(0) 推荐(0)