LoginSignup
8
7

More than 5 years have passed since last update.

macにemacs24.5をinlineパッチ付けてインストール

Posted at

取りあえず、成功したので、メモ。

% EMACS_VER=24.5
% curl -O http://ftp.gnu.org/pub/gnu/emacs/emacs-${EMACS_VER}.tar.gz
% git clone git@gist.github.com:1d91107b311b63b57529.git
% mv 1d91107b311b63b57529 inline
% tar xvfz emacs-${EMACS_VER}.tar.gz
% cd emacs-${EMACS_VER}
% patch -p1 < ../inline/emacs-24.5-inline.patch
% ./configure --with-ns --without-x
% make bootstrap
% make install
% open nextstep/

Emacs.appを/Applicationに移した方が色々楽。

上記のついでに、CaskからEl-getに乗換中・・・

8
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
7