Skip to content

Instantly share code, notes, and snippets.

@abner
Created February 16, 2016 22:11
Show Gist options
  • Save abner/8c451ee67c8e0e863932 to your computer and use it in GitHub Desktop.
Save abner/8c451ee67c8e0e863932 to your computer and use it in GitHub Desktop.
EMACS 24.5 - Ubuntu 14

Install

wget ftp://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.gz
tar -xzvf emacs-24.5.tar.gz

#  sudo apt-get build-dep emacs24
sudo apt-get install build-essential
sudo apt-get install libXpm-dev
sudo apt-get install libgif-dev
sudo apt-get install libgtk-3-dev


./configure
make
sudo make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment