emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* "Where local software is found" ?
@ 2010-09-10  4:33 ishi soichi
  2010-09-10  5:09 ` David Maus
  0 siblings, 1 reply; 2+ messages in thread
From: ishi soichi @ 2010-09-10  4:33 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 291 bytes --]

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?

Thanks in advance.

soichi

[-- Attachment #1.2: Type: text/html, Size: 435 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: "Where local software is found" ?
  2010-09-10  4:33 "Where local software is found" ? ishi soichi
@ 2010-09-10  5:09 ` David Maus
  0 siblings, 0 replies; 2+ messages in thread
From: David Maus @ 2010-09-10  5:09 UTC (permalink / raw)
  To: ishi soichi; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1664 bytes --]

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.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-10  5:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-10  4:33 "Where local software is found" ? ishi soichi
2010-09-10  5:09 ` David Maus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).