首页 > 其他 > 详细

golang go get 安装 和 使用

时间:2014-01-23 00:35:50      阅读:890      评论:0      收藏:0      [点我收藏+]

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

golang go get 安装 和 使用

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!