我正在尝试从以下位置安装 gedit 3.11.2:
https://git.gnome.org/browse/gedit
由于某种原因,它在我的 ubuntu 13.10 上不起作用
./configure
找不到该文件。
我按照文件中的步骤进行操作README
:
% tar Jxf gedit-3.11.2.tar.xz # unpack the sources
% cd gedit-3.11.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gedit
[ Become root if necessary ]
% make install # install gedit
但找不到配置。我是不是漏掉了什么?
答案1
您可以从以下位置获取该软件包:
http://ftp.gnome.org/pub/GNOME/sources/gedit/3.11/
你可能缺少一些库。你可以通过安装来获取它们:
sudo add-apt-repository ppa:ricotz/testing
sudo apt-get update
sudo apt-get install intltool
sudo apt-get install itstool
sudo apt-get install libxml2 libglib2.0-dev libxml2-dev libxml2-utils
sudo apt-get install libxml2-dev
sudo apt-get install libgtksourceviewmm-3.0-dev
sudo apt-get install libpeas-1.0-0 libpeas-dev
sudo apt-get install gsettings-desktop-schemas-dev
sudo apt-get install libgtkspell3-3-dev libgtkspell3-3-0 libgtksourceview-3.0-dev
sudo apt-get install gtk+3.0
sudo apt-get install gir1.2-gtk-3.0
我在获取时遇到问题gtksourceview
,必须手动安装它:
http://ftp.acc.umu.se/pub/GNOME/sources/gtksourceview/3.11/
相同交易:
./configure
make
sudo make install
安装 Gedit
然后,一旦一切完成,您就可以在 gedit 文件夹中运行:
./configure
make
sudo make install
注意:新 GTK 库可能会出现一些图形问题。请检查您的驱动程序(例如 nvidia 或 ati)或使用“外观”设置。