【发布时间】:2020-09-07 10:46:01
【问题描述】:
我正在尝试为 golang 安装 libguestfs 包,但找不到这样做的方法。我经历了this,但它对我不起作用,我相信它是空的。我只看到测试文件here
以下是自述文件的内容
$GOPATH
-------
http://golang.org/doc/code.html
Note that $GOPATH is set (by the ./run script) to the
libguestfs/golang directory so that "installs" happen in the local
build tree.
据此,我可以确定我需要构建包,但同样,我找不到任何帮助或适当的文档。
有什么方法可以安装吗?我正在使用 RHEL 7.7
【问题讨论】:
标签: go virtual-machine