$ git clone git://git.savannah.gnu.org/emacs.git $ git clone git://github.com/suzuki/emacs-inline-patch $ cd emacs $ patch -p1 <../emacs-inline-patch/emacs-inline.patch $ ./autogen.sh $ ./configure –with-ns –without-x $ make -j2 bootstrap $ make -j2 install
OS X 10.11.4 El Capitanでコンパイルした.configureのところは
$ ./configure –with-ns –without-x –without-xml2
とした.xml関係でエラーが出たため.