Skip to content

Instantly share code, notes, and snippets.

@chewxy
Created November 3, 2020 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chewxy/9f4c45a5177b675e2af9bcc7bd4a0c45 to your computer and use it in GitHub Desktop.
Save chewxy/9f4c45a5177b675e2af9bcc7bd4a0c45 to your computer and use it in GitHub Desktop.
compiling the latest emacs
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