Emacs22のインストール (fedora Core 4)

vc-svn使いたさにEmacs22が欲しくなったので久々にEmacsをmake
VineSeedSRPMを元に作成

必要なもの

VineSeed emacs22-22.0.50-0.20060403vl2.src.rpm
http://www.ring.gr.jp/pub/linux/Vine/VineSeed/SRPMS.plus/emacs22-22.0.50-0.20060403vl2.src.rpm より

  • emacs-22.0.50.20060403.tar.bz2
  • emcws-22.0.50-200604020110.gz
  • emacs-22.0.50-locallisppath.patch
  • emacs-21.2-emcws-version.patch
  • emacs-22.0.50-fixed-resolution.patch
  • emacs-21.1-bzip2.patch.bz2

# yum -y install Canna-devel
# yum -y install gtk2-devel
# tar xfj emacs-22.0.50.20060403.tar.bz2
# gunzip emcws-22.0.50-200604020110.gz
# bunzip2 emacs-21.1-bzip2.patch.bz2
# cd emacs-22.0.50.20060403
# patch -p1 < ../emcws-22.0.50-200604020110
# patch -p1 < ../emacs-22.0.50-locallisppath.patch
# patch -p1 < ../emacs-21.2-emcws-version.patch
# patch -p1 < ../emacs-22.0.50-fixed-resolution.patch
# patch -p1 < ../emacs-21.1-bzip2.patch
# autoconf
# ./configure --prefix=/usr/local --with-gcc --with-pop --with-sound --with-canna --disable-rename --with-gtk --with-xpm --with-jpeg --with-tiff --with-gif --with-png
# make bootstrap
# make
# make install