Created
September 27, 2020 09:21
-
-
Save fbmnds/1e120685f2f79c0e37c2da8944fe11ca to your computer and use it in GitHub Desktop.
Emacs 27.1
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
| ./configure --prefix=/home/pi/.local --with-sound=yes --with-x-toolkit=yes --with-wide-int --with-cairo --with-modules --with-mailutils --with-x | |
| sudo apt-get update | |
| sudo apt install \ | |
| libx11-dev \ | |
| libtiff-dev \ | |
| libgtk2.0-dev \ | |
| libncurses-dev \ | |
| mailutils-imap4d \ | |
| libxpm-dev \ | |
| libgif-dev \ | |
| libgnutls28-dev | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment