CentOS 5 に emacs23 を install したときのメモ

CentOS 5 に emacs23 を install したときのメモ

$ sudo yum install -y gcc texinfo
$ wget http://ftp.gnu.org/pub/gnu/emacs/emacs-23.2.tar.gz
$ tar xvzf emacs-23.2.tar.gz
$ cd emacs-23.2
$ configure --without-x
$ make
$ src/emacs -q
$ sudo make install
$ emacs --version 
GNU Emacs 23.2.1
Copyright (C) 2010 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

以前installしたときは、大分はまった記憶だが、今回はすんなりできた。
Ubuntuだと、sudo aptitude install emacs23-nox で終了なんだけどなぁ。

参考: Emacs 23.1 on CentOS - speg03の日記

人気の投稿