Skip to content

Instantly share code, notes, and snippets.

@netmarkjp
Created June 11, 2012 14:41
Show Gist options
  • Save netmarkjp/2910399 to your computer and use it in GitHub Desktop.
Save netmarkjp/2910399 to your computer and use it in GitHub Desktop.
Emacs24.1 Compilation on MacOSX(Snow Lepard)
curl -O http://ftp.jaist.ac.jp/pub/GNU/emacs/emacs-24.1.tar.gz
tar zxf emacs-24.1.tar.gz
cd emacs24.1
./configure --with-ns --without-x
make bootstrap
make install
mv /Applications/Emacs.app ~/Desktop/.
cp -rp nextstep/Emacs.app /Applications/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment