emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Juan <Pechiar@computer.org>
To: Marcelo de Moraes Serpa <celoserpa@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Re: Installing/updating org on the mac woes
Date: Thu, 22 Jul 2010 16:06:35 -0300	[thread overview]
Message-ID: <20100722190635.GL5569@soloJazz.com> (raw)
In-Reply-To: <AANLkTikodk-j9nyZEHjLeqsDMs2fw62TFVQw0OHZyYwq@mail.gmail.com>

This is what I do.

I use emacs 24 (downloaded from emacsformacosx.com), not aquamacs
emacs.

I make a local copy of Makefile with the following changes to the header:

  ##----------------------------------------------------------------------
  ##  YOU MUST EDIT THE FOLLOWING LINES
  ##----------------------------------------------------------------------

  # Name of your emacs binary
  EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs

  # Where local software is found
  prefix=/Applications/Emacs.app

  # Where local lisp files go.
  lispdir = $(prefix)/Contents/Resources/lisp/org

  # Where info files go.
  infodir = $(prefix)/Contents/Resources/info

So I compile using this makefile:

  make -f my_makefile clean
  make -f my_makefile
  make -f my_makefile doc
  sudo make -f my_makefile install

The bad thing is that I have to update this makefile every time a new
version comes from the git repo. This happens with enough low
frequency as to avoid me finding a better way.

Regards,
.j.

  parent reply	other threads:[~2010-07-22 19:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-22 18:30 Installing/updating org on the mac woes Marcelo de Moraes Serpa
2010-07-22 18:34 ` Marcelo de Moraes Serpa
2010-07-22 18:46   ` Eric Schulte
2010-07-22 18:48     ` Marcelo de Moraes Serpa
2010-07-22 19:30       ` Eric Schulte
2010-07-22 20:33         ` Marcelo de Moraes Serpa
2010-07-22 19:06   ` Juan [this message]
2010-07-22 19:07     ` Marcelo de Moraes Serpa
2010-07-22 23:41       ` Juan
2010-07-23  5:38     ` David Maus

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=20100722190635.GL5569@soloJazz.com \
    --to=pechiar@computer.org \
    --cc=celoserpa@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).