首页 > 系统服务 > 详细

ubuntu14.04 install emacs24.5

时间:2015-08-01 17:15:36      阅读:307      评论:0      收藏:0      [点我收藏+]

 

ubuntu14.04 install emacs24.5

1 get the src

  1. Use git clone
$ git clone https://github.com/emacs-mirror/emacs.git

or

  1. download from

https://www.gnu.org/software/emacs/

2 libs prepare

emacs-24.5$ sudo apt-get install libgtk2.0-dev
emacs-24.5$ sudo apt-get install libxpm-dev
emacs-24.5$ sudo apt-get install libjpeg8-dev
emacs-24.5$ sudo apt-get install libgif-dev
emacs-24.5$ sudo apt-get install libtiff5-dev
emacs-24.5$ sudo apt-get install libncurses5-dev

3 install emacs-24.5

emacs-24.5$ ./configure
emacs-24.5$ make
emacs-24.5$ sudo make install

4 start

 

4.1 start with window

$ emacs

4.2 start without window

$ emacs -nw

Author: Rex

Created: 2015-08-01 六 16:47

Emacs 24.5.1 (Org mode 8.2.10)

Validate

ubuntu14.04 install emacs24.5

原文:http://www.cnblogs.com/aqing1987/p/4694307.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!