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不可访问,大概可能也许是因为需要你FQ

 

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

相关文章:

  • 2020-07-23
  • 2021-06-17
  • 2021-09-29
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
  • 2021-05-31
  • 2021-12-02
猜你喜欢
  • 2021-09-24
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案