Last active
February 7, 2019 15:05
-
-
Save pradhyu/492b2057294fd4d1166de7d55a6e4eef to your computer and use it in GitHub Desktop.
This file contains 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
wget https://ftp.gnu.org/gnu/emacs/emacs-26.1.tar.gz | |
tar xvf emacs-26.1.tar.gz | |
cd emacs-26.1 | |
./configure --without-selinux | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment