Created
July 26, 2016 03:29
-
-
Save ba0f3/e6138187ea082f23a7451ce0a5df34e1 to your computer and use it in GitHub Desktop.
Compile emacs from source on Ubuntu
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
git clone --depth=1 git://git.savannah.gnu.org/emacs.git | |
cd emacs | |
sudo apt build-dep emacs24 | |
./autogen.sh | |
./autogen.sh git | |
./configure | |
make && sudo make install | |
make clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment