emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "*" <viki.veeks@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Compiling Org-mode from orgmode.org repository for an Emacs 24.3 at a nonstandard location
Date: Sun, 26 May 2013 10:27:00 -0500	[thread overview]
Message-ID: <CAEZhbHigXn3MCqXcrmhqwcB-Rc8wcFb01W7DcPvZVkN+kCk0kQ@mail.gmail.com> (raw)

Dear list...

I've compiled Emacs 24.3 into this computer. During this process, I've
set the following variables:

--with-x=no
--prefix=/home/me/prefix/emacs-24.3
bindir=/home/me/bin

Beyond these customizations, I think everything else is default.
/home/me/bin/ is already in $PATH...

I want to compile and install the Org-mode of orgmode.org's git repository...

After cloning and switching to maint branch, I'm setting the following
variables in local.mk generated by make config:

EMACS   = emacs
prefix  = /home/me/prefix
lispdir= $(prefix)/emacs-24.3/share/emacs/24.3/lisp/org
datadir = $(prefix)/emacs-24.3/share/emacs/24.3/etc/org
infodir = $(prefix)/emacs-24.3/share/info

Once these changes to local.mk have been made, I'm planning to install
Org-mode by simply running "make install". In all, the command line
sequence for installing and compiling Org-mode would be like:

git clone git://orgmode.org/org-mode.git
cd org-mode
git checkout maint
make config
emacs local.mk (make above changes...)
make install

My questions are: For my Emacs set-up, are these local.mk settings
good? Does the command line sequence make sense?

Thanks!!!

             reply	other threads:[~2013-05-26 15:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-26 15:27 * [this message]
2013-05-26 17:28 ` Compiling Org-mode from orgmode.org repository for an Emacs 24.3 at a nonstandard location Achim Gratz
2013-05-26 20:47   ` *
2013-05-26 21:10     ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEZhbHigXn3MCqXcrmhqwcB-Rc8wcFb01W7DcPvZVkN+kCk0kQ@mail.gmail.com \
    --to=viki.veeks@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).