如何在cygwin上编译golang
基本步骤如下:
1、安装hg
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ python ez_setup.py
$ easy_install -U mercurial
2、下载代码
hg clone https://golang-on-cygwin.googlecode.com/hg/ golang-on-cygwin
3、准备编译
vi /etc/profile
GOOS=linux
GOARCH=386(目前不支持amd64)
GOROOT=
GOBIN=
注意GOBIN必须存在
另外在$GOROOT/pkg/linu_386必须存在
还有,需要把/src/cmd/gc/mkbuiltin删除后重新建一个
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。