Last active
July 5, 2019 21:54
-
-
Save sonnyksimon/5ccd34a36aa2d5e8d30420ce2b8fc54a to your computer and use it in GitHub Desktop.
emacs without any gui
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
cd emacs-26.2/ | |
./configure --with-x-toolkit=no --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no --with-gnutls=no --wihout-x | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment