Skip to content

Instantly share code, notes, and snippets.

@adben
Created June 5, 2012 10:24
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 adben/2874238 to your computer and use it in GitHub Desktop.
Save adben/2874238 to your computer and use it in GitHub Desktop.
Building emacs24 in osx
###emacs 24
## rm -frv emacs
## git clone git://git.savannah.gnu.org/emacs.git
cd emacs
git pull
sh autogen.sh
sleep 50
./configure --with-ns --without-compress-info --without-imagemagick
make
## make install doesn't work see the issue https://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00643.html
make clean bootstrap install
mv /Applications/Emacs.app ~/.Trash/
mv ./nextstep/Emacs.app /Applications/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment