Skip to content

Instantly share code, notes, and snippets.

View jsivakumaran's full-sized avatar

J Sivakumaran jsivakumaran

  • AAFC
  • Ottawa, Canada
View GitHub Profile
@jclosure
jclosure / gist:2732898f35adaf4a8bb79f7805bc7d87
Created May 2, 2016 04:06
install emacs 24.5 from src on Centos 6
yum install gcc make ncurses-devel
yum install giflib-devel libjpeg-devel libtiff-devel -y
cd /usr/local/src
wget http://ftp.gnu.org/pub/gnu/emacs/emacs-24.5.tar.gz
tar xzvf emacs-24.5.tar.gz
cd emacs-24.5
./configure --without-x --without-selinux
make && make install
which emacs
emacs --version