Last active
November 30, 2015 02:43
-
-
Save simota/a317b56eda0f9fb3ecef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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