Skip to content

Instantly share code, notes, and snippets.

@tkota0726
Last active July 27, 2017 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkota0726/f232f5436a15cf42149b7615071ecfd4 to your computer and use it in GitHub Desktop.
Save tkota0726/f232f5436a15cf42149b7615071ecfd4 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment