Skip to content

Instantly share code, notes, and snippets.

@erickgnavar
Created December 31, 2020 22:43
Show Gist options
  • Save erickgnavar/dad44dc9ccc788a8b824aa5e6964f7e3 to your computer and use it in GitHub Desktop.
Save erickgnavar/dad44dc9ccc788a8b824aa5e6964f7e3 to your computer and use it in GitHub Desktop.
#!/bin/bash -
set -o nounset
make clean
echo "making sure all requirements are installed..."
brew install autoconf automake libxml2 jansson gnutls cmake librsvg texinfo
echo "Seting up variables..."
export PKG_CONFIG_PATH="$(brew --prefix libxml2)/lib/pkgconfig"
make configure
./configure --with-ns
make install
echo "Done!"
open -R nextstep/Emacs.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment