Skip to content

Instantly share code, notes, and snippets.

@yusukeaiko
Last active August 29, 2015 14:07
Show Gist options
  • Save yusukeaiko/abd2edb943939e7ef31e to your computer and use it in GitHub Desktop.
Save yusukeaiko/abd2edb943939e7ef31e to your computer and use it in GitHub Desktop.
Emacs24をビルドしてインストールする手順 ref: http://qiita.com/Vit-Symty/items/76d92524fc8620284d4d
$ sudo aptitude install libgtk2.0-dev libXpm-dev libjpeg8-dev libgif-dev libtiff4-dev libncurses5-dev libgtk-3-dev libgnutls-dev libselinux1-dev libmagick++-dev
$ curl -O http://core.ring.gr.jp/pub/GNU/emacs/emacs-24.3.tar.gz
$ tar -zxf emacs-24.3.tar.gz
$ cd emacs-24.3
$ ./configure --prefix=$HOME/local --without-x
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment