在基本OS Luna上安装gedit 3.15(=从Ubuntu 12.04(LTS)分叉):可能吗?

时间:2015-04-13 03:55:41

标签: ubuntu gtk ubuntu-12.04 gtk3 gedit

我试图像标题所说的那样做。 到目前为止,./configure步骤已在此消息处停止:

checking for GEDIT... no
configure: error: Package requirements (
    libxml-2.0 >= 2.5.0
    glib-2.0 >= 2.40.0
    gio-2.0 >= 2.40.0
    gmodule-2.0
    gtk+-3.0 >= 3.15.7
    gtksourceview-3.0 >= 3.15.3
    libpeas-1.0 >= 1.7.0
    libpeas-gtk-1.0 >= 1.7.0
    gsettings-desktop-schemas
) were not met:

Requested 'glib-2.0 >= 2.40.0' but version of GLib is 2.32.4
Requested 'gio-2.0 >= 2.40.0' but version of GIO is 2.32.4
Requested 'gtk+-3.0 >= 3.15.7' but version of GTK+ is 3.4.2
Requested 'gtksourceview-3.0 >= 3.15.3' but version of gtksourceview is 3.4.2
No package 'libpeas-1.0' found
No package 'libpeas-gtk-1.0' found
No package 'gsettings-desktop-schemas' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GEDIT_CFLAGS
and GEDIT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

是否可以在我目前使用的系统上安装所需的版本? (参见标题) 无论如何我只想尝试更新版本的gedit:我可以在目前的操作系统下安装哪一个?

提前感谢:)

1 个答案:

答案 0 :(得分:0)

为了在较旧的平台上构建最新的稳定版gedit(3.16),您可能需要构建其所有依赖项。这通常通过使用单独的开发环境来实现,例如jhbuild

可以在Ubuntu 12.04上构建的最新版本的gedit是Ubuntu 12.04附带的版本,即gedit 3.4。