Created
June 11, 2012 14:41
-
-
Save netmarkjp/2910399 to your computer and use it in GitHub Desktop.
Emacs24.1 Compilation on MacOSX(Snow Lepard)
This file contains 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
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