-
-
Save wcasanova/63f41c58ec8b91ce270c1f4b1da66951 to your computer and use it in GitHub Desktop.
build emacs in your home dir on minimal server without X and stuff
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
| make | |
| ./configure --prefix=/home/<yourhome>/ --with-x-toolkit=no --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no | |
| make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment