Computer/Mac/CocoaEmacs

Cocoa Emacs 24.4

ダウンロード

手順

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

参考


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