From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: Debian Local Install of 22? Date: Thu, 09 Feb 2006 00:16:26 +0100 Organization: disorganized Message-ID: <87d5hx4f1x.fsf@robotron.kosmorama> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139448182 21916 80.91.229.2 (9 Feb 2006 01:23:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 01:23:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 09 02:23:02 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F70WQ-0007co-Qy for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Feb 2006 02:22:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F70WQ-0006hw-8B for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Feb 2006 20:22:58 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-X-Trace: news.uni-berlin.de OJ6JhjloAB6eJiBFWPUCYQ3BY0YZgiVpbZBLo2IHtTmA== X-Orig-Path: robotron.ath.cx!news Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:ufW1ef2UzV3rZN/Eg04vImFiGoY= Original-Xref: shelby.stanford.edu gnu.emacs.help:137461 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33085 Archived-At: On Wed, 8 Feb 2006 11:55:40 -0800 (PST) Olwe Bottorff wrote: > How does one go about installing 22 to local home on > Debian Sarge without involving the sysadmin? ./configure --prefix=$HOME make bootstrap make install and export PATH=$HOME/bin:$PATH export INFOPATH=$HOME/info:$INFOPATH export MANPATH=$HOME/man:$MANPATH but your sysadmin may not like $ du -hs ~/cvs-src/emacs/ 217M /home/dhansen/cvs-src/emacs/ (including the compiled files) David