LoginSignup
9
4

More than 5 years have passed since last update.

macOS で Emacs 25.2 をビルド

Posted at

Emacs 25.2 リリース。

Bugfix な模様。

ObjC, Swift 以外の言語を使うシーンがあると相変わらず活躍するけど、
ほぼほぼ Xcode 上で開発することが多くなって、 magit ぐらいしか使っていないという...

が、長年使ってるエディタなので、どうしても手放せない。手放さない。

環境

  • OSX 10.12.4
  • Xcode 8.3.2 (8E2002)

ビルド、インストール

cd src
curl -OL http://ftpmirror.gnu.org/emacs/emacs-25.2.tar.xz
tar Jxvf emacs-25.2.tar.xz
cd emacs-25.2
./configure --without-x
make
make install
cd nextstep
mv Emacs.app/ /Applications/Emacs.app

メモとか

一回、クリーンインストールしてからビルドしてみないと、何かのタイミングで Homebrew で入れたもののおかげでビルド通ってるとかある気がするので、そのうち試す。

ImageMagick はそうかな。あと何があるだろう。

更新履歴

2017.04.24 新規投稿

9
4
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
9
4