Rudy’s OBTF Rudolf Adamkovič

Home / Emacs / Emacs


Recompilation

To recompile the entire Emacs from scratch, execute

true \
    && make extraclean \
    && ./autogen.sh \
    && ./configure \
           --with-tree-sitter \
           --with-sqlite3 \
           --with-native-compilation=aot \
    && make bootstrap --jobs 8 \
    && make install

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.