Glade 安装错误 "itstool not found"

Glade installation error "itstool not found"

当我尝试在 MSYS2 中制作 Glade 时,在导航到文件夹并输入 ./configure 后,它开始安装,但随后遇到错误并终止:

"checking for itstool . . .no"

其次是:

"configure: error: itstool not found"

我在这里读到它可能与未安装 Python 个软件包有关?:

https://mail.gnome.org/archives/gtk-osx-users-list/2014-August/msg00018.html

请帮助这个菜鸟启动 Glade 并运行! :)

干杯,

MSYS2 人员提供了一个存储库,里面装满了为您构建的软件包(里面有它的工具)。所以你只想安装 Glade。 pacman -Ss glade 将搜索软件包并使用 pacman -S ... 安装它(我不在 Windows 上查看确切名称)。