[macemacsjp-english 260] Re: how to set up command-line installs

Zurück zum Archiv-Index

Seiji Zenitani zenit****@tkg*****
Sat Oct 8 15:09:29 JST 2005


Hi,

On 2005/10/08, at 14:39, John Owens wrote:
>
> Question: I use the CVS version of wanderlust, which is distributed  
> with Carbon
> Emacs. So I need to install on top of it, which I've traditionally  
> done from
> the command line, with a Makefile.
>
> However, "which emacs" by default selects /usr/bin/emacs, which  
> ships with OS X
> and is definitely not what I want (so it installs wanderlust in a  
> different
> place). What's the usual solution to this? It seems logical to me  
> that I'd like
> to put wanderlust on top of the distribution that comes with Carbon  
> Emacs (in
> /Application/Emacs). Possibly soft-linking the emacs binary to /usr/ 
> local/bin?
> What's the approved way to do this?

Try the make command by using the below options, so that you can  
explicitly specify the relevant paths.

     make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs \
         prefix=/Applications/Emacs.app/Contents/Resources \
         LISPDIR=/Applications/Emacs.app/Contents/Resources/site-lisp \
         INFODIR=Applications/Emacs.app/Contents/Resources/info



-- Seiji




More information about the macemacsjp-english mailing list
Zurück zum Archiv-Index