【转】如何在UBUNTU上安装EMACS23
原文链接:http://blog.chinaunix.net/space.php?uid=20592351&do=blog&id=1620596
分类: GNU/Linux
本文章是汇总文章,内容都是来自
http://jasonal.blogspot.com/2006/05/getting-cvs-emacs-23.html
与
http://www.dirk.sh/diary/install_emacs_23_in_ubuntu_610,因为这两个BLOG中各有自己的问题,所以再写一汇总的,一次解决掉
1、 如果你没有CVS的话,
sudo apt-get install cvs 用来安装cvs2、用
cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co -r emacs-unicode-2 emacs3、 安装如下的包
sudo apt-get build-dep emacs21
sudo apt-get install xserver-xorg-dev
sudo apt-get install xorg-dev
sudo apt-get install libncurses5
sudo apt-get install libncurses5-dev
sudo apt-get install libidl-dev
sudo apt-get install libgtk2.0-dev4、 开始编译emacs啦,大家慢慢等哦
./configure --enable-font-backend --with-xft --with-freetype --with-gtk
make bootstrap
make5、 编译完后,用 src/emacs试一下,没有问题了再运行
sudo make install6、 好了,这下都OK啦。谢谢摘要中的两位BLOG作者,大家多多去他们那儿看看哦。

原来因为编写错误, 忘记加上两位BLOG作者的网址了, 不好意思啊, 现在加上
浙公网安备 33010602011771号