1
Building Emacs from source
nilsnh edited this page 2025-07-20 09:27:10 +02:00
Found a nice guide for building version 30.1.
My adjustments for the ./configure
step:
./configure --with-native-compilation=aot\
--with-tree-sitter\
--with-gif\
--with-png\
--with-jpeg\
--with-rsvg\
--with-tiff\
--with-imagemagick\
--with-mailutils
I only removed --with-pgtk
since Linux Mint uses X still.