尝试安装 jhbuild 时出现问题(对于 PyGObject)

Problem trying to install jhbuild (for PyGObject)

我正在尝试安装 PyGObject,所以(我猜)我需要安装 jhbuild。我正在按照我在 https://developer.gnome.org/jhbuild/unstable/getting-started.html.pt_BR 上找到的教程进行操作(我是通过 Python 文档上的链接到达那里的,所以它可能是官方安装指南)

我在我的用户中创建了一个名为 jhbuild 的文件夹,在 jhbuild 文件夹中创建了一个名为 checkout 的文件夹,并在那里启动了一个 git bash。

我运行cd jhbuild,./autogen.sh

然后消息 `make' 需要配置和构建 jhbuild

我还是用 make 继续教程,但是消息 bash: make: command not found 出现了

我需要做什么才能继续安装?

错误 bash: make: command not found 表示您的系统或 PATH 中没有 make。 您应该在您的系统上安装 make。如何取决于您的操作系统。

它与 jhbuild 本身无关。

事实上,我在我的 MSYS2+MinGW-w64 环境中构建 PyGobject,完全没有使用 jhbuild,而是使用介子和忍者。

如果您是初学者并且处于 Windows 阶段,获取 PyGObject 的最简单方法是使用 MSYS2 并安装 mingw-w64-x86_64-python-gobject 包(使用 pacman -S mingw-w64-x86_64-python-gobject).