#author("2016-04-17T00:47:23+09:00","","")
[[Computer/Mac/CocoaEmacs]]

*最新版Cocoa Emacsのコンパイル [#cf4a2272]

**git [#ybbfa8fa]

 $ 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

// $ wget wget http://plamo.linet.gr.jp/~matsuki/mac/emacs-24.4-20140820-inline.patch.bz2
// $ gunzip emacs-24.4-20140820-inline.patch.bz2

**Emacs 25.1.50.1 (2016/03/27) [#vab84945]

OS X 10.11.4 El Capitanでコンパイルした.configureのところは

 $ ./configure –with-ns –without-x –without-xml2

とした.xml関係でエラーが出たため.

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS