Last active
October 26, 2018 06:59
-
-
Save Yevgnen/4f62227a8b7dc4f7c44012c8b3abf2ca to your computer and use it in GitHub Desktop.
Emacs 26 installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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