From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Meaning of install Date: Thu, 14 Mar 2013 07:04:18 -1000 Message-ID: References: <87y5dso30f.fsf@Rainer.invalid> <5650.1363121211@alphaville> <87d2v34vij.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGBos-0000x7-9y for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 13:20:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGBon-0007bJ-D9 for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 13:19:58 -0400 Received: from oproxy14-pub.unifiedlayer.com ([67.222.51.224]:33951) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1UGBon-0007aq-4K for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 13:19:53 -0400 In-Reply-To: <87d2v34vij.fsf@Rainer.invalid> (Achim Gratz's message of "Wed, 13 Mar 2013 08:19:16 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org Aloha all, Thanks for your help and patience as I try to find the simplest, most widely applicable, path to a successful Org installation. I've decided not to mention el-get in the manual. It looks like a great power-user tool, but I don't think it fits here. Perhaps something on Worg (if it's not already there)? Here is the most recent version: 1.2.3 Use the Org git repository -------------------------------- You can clone the development version of the Org git repository, typically to a location under your home directory. The example in this section assumes this location is `src/' in your home directory: $ cd ~/src/ $ git clone git://orgmode.org/org-mode.git $ cd org-mode In most cases where you have permission to write to system locations, you will probably want to install Org with the Emacs system files. This is a system-specific operation that is guided by a file, `local.mk', which you must ensure is configured properly. First, generate a `local.mk' template with the command `make local.mk'. Edit `local.mk' following the instructions in the file, and save it.(1) Finally, run `make install' to build all of Org and install it. The command `make help' provides a full list of options for the build system. If you would like to run Org from the clone location, instead of installing it with the Emacs system files, you can simply run `make autoloads' and set the load-path in your `.emacs'. Using the example location, add this to `.emacs': (add-to-list 'load-path "~/src/org-mode/lisp") If your installation has special requirements, please refer to the detailed description of the capable build system at the Org Build System page (http://orgmode.org/worg/dev/org-build-system.html). ---------- Footnotes ---------- (1) The `local.mk' template is designed to work out of the box with GNU systems. All the best, Tom -- Thomas S. Dye http://www.tsdye.com