Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tomine on github.
  • I am tomine (https://keybase.io/tomine) on keybase.
  • I have a public key ASDi0UpZr87KXjWWPoXo8VH3pyi-4q9Dv2dAx32f9sB8yAo

To claim this, I am signing this object:

@tomine
tomine / buildMew.sh
Created August 10, 2011 09:48
emacs package configure for Emacs.app
$ ./configure --with-elispdir=/Applications/Emacs.app/Contents/Resources/site-lisp/mew \
--with-etcdir=/Applications/Emacs.app/Contents/Resources/site-lisp/mew/etc \
--exec-prefix=/Applications/Emacs.app/Contents/MacOS \
--infodir=/Applications/Emacs.app/Contents/Resources/info \
--mandir=/Applications/Emacs.app/Contents/Resources/man \
--with-emacs=/Applications/Emacs.app/Contents/MacOS/Emacs
$ make
$ sudo make install