Last active
September 11, 2024 15:33
-
-
Save ibrahima/a1525f0c7511efe5aeef49c874b516e3 to your computer and use it in GitHub Desktop.
My emacs build
This file contains 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
#!/usr/bin/env bash | |
# Ensure that we have libjansson, libgccjit matching the default gcc version, libwebkitgtk-dev headers | |
./configure --without-compress-install --with-native-compilation --with-json --with-mailutils --with-xwidgets --with-pgtk --with-tree-sitter | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.masteringemacs.org/article/speed-up-emacs-libjansson-native-elisp-compilation
https://www.masteringemacs.org/article/how-to-get-started-tree-sitter
https://batsov.com/articles/2021/12/19/building-emacs-from-source-with-pgtk/