2013年9月5日

Installing emacs24.3 on Ubuntu 12.04 LTS

** emacs24
*** install
===
gpg --list-keys
cp .gnupg/gpg.conf .gnupg/gpg.conf.orig
keyserver-options auto-key-retrieve
sudo aptitude build-dep emacs -y
sudo aptitude install libmagickwand-dev libselinux1-dev libgnutls-dev libxml2-dev -y
wget http://ftp.heanet.ie/mirrors/gnu/emacs/emacs-24.3.tar.gz
wget http://ftp.heanet.ie/mirrors/gnu/emacs/emacs-24.3.tar.gz.sig
gpg --verify emacs-24.3.tar.gz.sig
tar xzvf emacs-24.3.tar.gz
cd emacs-24.3
./configure --prefix=/usr --without-xim
make bootstrap
sudo paco -D make install
===
*** 注意
以下でもインストールできるが、--without-xim されていないので、DDSKK使用者には煩わしい。
===
sudo aptitude show python-software-properties
sudo add-apt-repository ppa:cassou/emacs
sudo aptitude update
sudo aptitude install emacs24 emacs24-el -y
===

* 環境
===
~ $ uname -a
Linux D257-A71C 3.2.0-52-generic #78-Ubuntu SMP Fri Jul 26 16:23:24 UTC 2013 i686 i686 i386 GNU/Linux
~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise
~ $ emacs --version
GNU Emacs 24.3.1
Copyright (C) 2013 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.
~ $ ratpoison -v
ratpoison 1.4.6 (built Aug 27 2013 19:09:05)
Copyright (C) 2000-2008 Shawn Betts

0 件のコメント:

コメントを投稿