by shigemk2

当面は技術的なことしか書かない

Emacs 24.5.1をビルドしてみる(on Linux)

今日出た。

http://thread.gmane.org/gmane.emacs.devel/185268

ので、ビルドしてみる。

環境

Fedora release 20 (Heisenbug)

ビルド

るびきち御大のコマンドをそのままなぞりました。なお、環境はLinuxですので、Macは知りません。

たった今Emacs24.5リリース!バグフィクスです | るびきち「日刊Emacs」 Emacs 24.5はバグフィクスとして4/11にリリースされました!ビルド方法 変更点 | るびきち「日刊Emacs」

$ wget -O- http://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.xz | tar xJf -
$ cd emacs-24.5
$ ./configure --disable-largefile --with-x-toolkit=motif --without-toolkit-scroll-bars \
  --without-xaw3d --without-xim --without-compress-info --without-sound --without-pop \
  --without-sync-input --without-xpm --without-tiff --without-rsvg --without-gconf \
  --without-gsettings --without-selinux --without-gpm --without-makeinfo --with-x && make \
  && sudo make install

すんなりいきました。ありがとうございます。 f:id:shigemk2:20150411130727p:plain