Skip to content

Instantly share code, notes, and snippets.

@simota
Last active November 30, 2015 02:43
Show Gist options
  • Select an option

  • Save simota/a317b56eda0f9fb3ecef to your computer and use it in GitHub Desktop.

Select an option

Save simota/a317b56eda0f9fb3ecef to your computer and use it in GitHub Desktop.
sudo apt-get install -y curl wget build-essential autoconf automake autogen git texinfo librsvg2-dev librsvg2-2 libgpm-dev libdbus-1-dev libgconf2-dev libfreetype6-dev libm17n-dev libotf-dev libxft-dev xaw3dg xaw3dg-dev libxpm-dev libpng12-0 libpng12-dev zlib1g-dev libjpeg62 libjpeg62-dev libgif-dev libncurses-dev libgnutls-dev libselinux1-dev libacl1-dev
sudo apt-get install -y libtiff4-dev
cd /tmp
wget https://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.gz
tar zxf emacs-24.5.tar.gz
cd emacs-24.5
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment