golang go get 安装 和 使用

时间:2014-01-23 00:35:50   收藏:0   阅读:890

go get code.google.com/p/freetype-go/freetype

安装freetype报错:

package code.google.com/p/freetype-go/freetype: exec: "hg": executable file not found in $PATH

参考这个:

https://code.google.com/p/go-wiki/wiki/GoGetTools

 

yum install ‘*mercurial*‘

 

还碰见了一个问题,就是这个https不可访问,大概可能也许是因为需要你翻墙

 

package code.google.com/p/freetype-go/freetype: Get https://code.google.com/p/freetype-go/source/checkout?repo=: dial tcp 74.125.128.138:443: connection timed out

原文:http://www.cnblogs.com/the-moving-ear/p/3530062.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!