在 Google Go 中安装外部包

发布于 2024-12-01 14:40:00 字数 639 浏览 2 评论 0原文

我试图用 GO 语言安装外部包。我在 http://godashboard.appspot.com/package 找到了许多外部软件包。 我正在windows系统上工作。

我尝试使用此命令来安装 go-router 软件包。

goinstall go-router.googlecode.com/svn/trunk

这导致了以下错误......

C:\cygwin\bin\bash.exe: === cd c:\go\src\pkg\go-router.googlecode.com\svn\trunk;
bash gomake -f- install
/cygdrive/c/go/bin/gomake: line 3: exec: make: not found
--- exit status 127
goinstall: go-router.googlecode.com/svn/trunk: install: running bash: exit status 127

我无法找出错误的原因和状态代码的含义。我已阅读 goinstall 命令说明,但没有运气..

I was trying to install external packages in GO language. I've found many external packages at http://godashboard.appspot.com/package.
I am working on windows system.

I tried this command to install go-router package.

goinstall go-router.googlecode.com/svn/trunk

This resulted in following error....

C:\cygwin\bin\bash.exe: === cd c:\go\src\pkg\go-router.googlecode.com\svn\trunk;
bash gomake -f- install
/cygdrive/c/go/bin/gomake: line 3: exec: make: not found
--- exit status 127
goinstall: go-router.googlecode.com/svn/trunk: install: running bash: exit status 127

I am unable to find out the reason for the error and the meaning of status code. I've read the goinstall command description but no luck..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不念旧人 2024-12-08 14:40:00

似乎缺少 make 命令。确保它已安装并且 PATH 变量定义正确。

It seems make command is missing. Make sure it's installed and that PATH variable is defined correctly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文