tkotaCellid
7/8/2017 - 12:03 PM

emacsインストール方法

emacsインストール方法

http://emacs.rubikitch.com/emacs251-install/
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