Created
November 3, 2020 11:17
-
-
Save chewxy/9f4c45a5177b675e2af9bcc7bd4a0c45 to your computer and use it in GitHub Desktop.
compiling the latest emacs
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
sudo apt install libxpm-dev libgif-dev gnutls-bin | |
./configure --with-nativecomp --with-mailutils --with-json --with-modules --with-harfbuzz --with-threads --with-included-regex --with-zlib --with-cairo --with-dbus --with-gpm --with-native-image-api --with-rsvg-2 --with-rsvg --with-imagemagick --with-jpeg --with-png --with-png --without-toolkit-scroll-bars --without-makeinfo --with-gnutls=ifavailable | |
make NATIVE_FULL_AOT=1 -j$(nproc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment