autoconfとautomakeをあらかじめインストールしておく.
$ wget http://ftp.jaist.ac.jp/pub/GNU/emacs/emacs-24.4.tar.gz $ wget http://plamo.linet.gr.jp/~matsuki/mac/emacs-24.4-20140820-inline.patch.bz2 $ tar xzf emacs-24.4.tar.gz $ gunzip emacs-24.4-20140820-inline.patch.bz2 $ cd emacs $ patch -p1 <../emacs-24.4-20140417-inline.patch $ ./autogen.sh $ ./configure –with-ns –without-x $ make -j2 bootstrap $ make -j2 install