Skip to content

Instantly share code, notes, and snippets.

@ibrahima
Last active May 30, 2024 01:31
Show Gist options
  • Save ibrahima/a1525f0c7511efe5aeef49c874b516e3 to your computer and use it in GitHub Desktop.
Save ibrahima/a1525f0c7511efe5aeef49c874b516e3 to your computer and use it in GitHub Desktop.
My emacs build
#!/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