linux安装emacs23

1.使用cvs下载最新版本

cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co  emacs

因为emacs-unicode-2分支已经并入tunk,所以直接下载head version即可,无需加 -r emacs-unicode-2

直接去下tar包也行

2.进入目录,./configure

猪使用的命令是

./configure --prefix=/usr/local --with-x-toolkit=gtk  --with-xpm  --with-xft  --with-freetype --with-jpeg  --with-tiff --with-gif --with-png --with---enable-font-backendmake

 

3.make bootstrap

4.make install (root 权限)

(注意:存放emacs目录的路径中不要有中文)

 

posted @ 2009-07-19 01:33  xiaobenzhu  阅读(957)  评论(0)    收藏  举报