Skip to content

Instantly share code, notes, and snippets.

@baron
Created March 12, 2011 08:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baron/867129 to your computer and use it in GitHub Desktop.
Save baron/867129 to your computer and use it in GitHub Desktop.
Compiling Emacs 23 with Xcode 4
#you need to do it from source
bzr branch http://bzr.savannah.gnu.org/r/emacs/emacs-23 emacs-23
cd emacs-23
./configure --with-ns --without-x
make bootstrap
make
make install
open nextstep/Emacs.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment