Skip to content

Instantly share code, notes, and snippets.

@RhubarbSin
Last active March 3, 2022 00:34
Show Gist options
  • Save RhubarbSin/2d231f59acae2458cd8d015ebe9bcde3 to your computer and use it in GitHub Desktop.
Save RhubarbSin/2d231f59acae2458cd8d015ebe9bcde3 to your computer and use it in GitHub Desktop.
Compile GNU Emacs for macOS Catalina
sudo port install automake autoconf pkgconfig libxml2 gnutls
./configure --includedir=/opt/local/include --with-modules
make
make -i install
make -i install-info
sudo mv nextstep/Emacs.app/ /Applications/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment