Skip to content

Instantly share code, notes, and snippets.

@scturtle
Last active October 23, 2023 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 libjansson-dev texinfo gnutls-bin
# homebrew
brew install jansson texinfo
# build
CFLAGS="-O2 -DNDEBUG" ./configure \
--without-all --without-x --without-ns --without-libgmp \
--with-json --with-modules --with-threads \
--without-compress-install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment