在 elementary OS Luna 上安装 gedit 3.15(= 来自 Ubuntu 12.04(LTS)的分支):可能吗?

install gedit 3.15 on elementary OS Luna (= fork from Ubuntu 12.04 (LTS)): possible?

我正在努力按照标题所说的去做。 到目前为止,./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:鉴于我当前的 OS,我可以安装哪个版本?

提前致谢:)

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

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