Skip to content

Instantly share code, notes, and snippets.

@Yevgnen
Last active October 26, 2018 06:59
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 Yevgnen/4f62227a8b7dc4f7c44012c8b3abf2ca to your computer and use it in GitHub Desktop.
Save Yevgnen/4f62227a8b7dc4f7c44012c8b3abf2ca to your computer and use it in GitHub Desktop.
Emacs 26 installation
brew install gnutls texinfo libxml2
cd ~/Downloads
git clone --branch work --depth 1 https://bitbucket.org/mituharu/emacs-mac.git
cd emacs-mac
./autogen.sh
export PATH=/usr/local/opt/texinfo/bin/:$PATH
export PKG_CONFIG_PATH=/usr/local/opt/libxml2/lib/pkgconfig
./configure --with-mac \
--prefix=/Users/`whoami`/Applications/Emacs.app/Contents/MacOS \
--enable-mac-app=/Users/`whoami`/Applications/
make -j 4
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment