emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] "Where local software is found" ?


From: David Maus
Subject: Re: [Orgmode] "Where local software is found" ?
Date: Fri, 10 Sep 2010 07:09:46 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

ishi soichi wrote:
>[1  <multipart/alternative (7bit)>]
>[1.1  <text/plain; ISO-8859-1 (7bit)>]

>[1.2  <text/html; ISO-8859-1 (quoted-printable)>]
>This question is fundamental, but I want to make sure about it.

>In installing the latest org-mode, I need to edit Makefile.
>In the file, it says, 

>"Where local software is found"

>What exactly is the local software?  Emacs itself? or something other lisp 
>files?

,----
| # Where local software is found
| prefix=/usr/local
| 
| # Where local lisp files go.
| lispdir   = $(prefix)/share/emacs/site-lisp
| 
| # Where info files go.
| infodir = $(prefix)/share/info
`----

The prefix option is (only) used to setup the lispdir (where all
lisp-files go) and the infodir (where the manual goes).  Thus it's
about where you want Org mode to be installed to -- by default Org is
installed system-wide in

+-$prefix-+-$lispdir-----------+
|         |                    |
v         v                    v
/usr/local/share/emacs/site-lisp

If you, for example, want to install Org mode to your homedirectory
you could ignore the prefix option and set lispdir and infodir directly.

,----
| lispdir = /home/<user>/.emacs.d/site-lisp
| infodir = /home/<user>/.emacs.d/info/
`----

HTH,
  -- David

PS: And you don't even have to modify the Makefile.  Passing the
variables (lispdir, infodir) as command line arguments to make works fine.

E.g.: 

,----
| make lispdir=/home/dmaus/.emacs.d/site-lisp/org-mode/ 
infodir=/home/dmaus/.emacs.d/site-lisp/info/  install
`----
-- 
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... address@hidden
Email..... address@hidden

Attachment: pgpVJB0A5ifbu.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]