我有 Emacs 24.3.1,我想升级到最新的 Emacs 24.4.x。我访问过的所有文档都建议从 tarball 或源代码构建。为什么没有包管理器选项来升级我的 Emacs?如果没有,我如何使用包管理器升级我的 Emacs?
以下是关于我的 Emacs 的一些信息,我相信这是 Ubuntu 14.04 的默认设置:
emacs:
Installed: 45.0ubuntu1
Candidate: 45.0ubuntu1
Version table:
*** 45.0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
Run Code Online (Sandbox Code Playgroud) 我还是 Ubuntu/Linux 的新手
我正在安装 Emacs(版本 25.1),我已经下载了源文件,解压缩并使用 tar
看来我得用 . /configure. 计算机工作了一段时间并给了我这个结果:
checking for X... no
checking for X... true
configure: error: You seem to be running X, but no X development libraries
were found. You should install the relevant development files for X
and for the toolkit you want, such as Gtk+ or Motif. Also make
sure you have development files for image handling, i.e.
tiff, gif, jpeg, png and xpm.
If you are sure you want Emacs compiled …Run Code Online (Sandbox Code Playgroud)