Skip to content

Instantly share code, notes, and snippets.

@scturtle
Last active October 1, 2025 02:40
Show Gist options
  • Save scturtle/866e8ac97da3e4c7f14742944f97a773 to your computer and use it in GitHub Desktop.
Save scturtle/866e8ac97da3e4c7f14742944f97a773 to your computer and use it in GitHub Desktop.
build minimal emacs
# ubuntu/debian
# sudo apt install autoconf texinfo gnutls-bin -y
# homebrew
brew install texinfo tree-sitter
# build
CFLAGS="-O2 -DNDEBUG" ./configure --prefix $HOME/.local \
--without-all --without-x --without-ns --without-libgmp \
--with-modules --with-threads --with-tree-sitter --without-compress-install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment