help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debian Local Install of 22?


From: David Hansen
Subject: Re: Debian Local Install of 22?
Date: Thu, 09 Feb 2006 00:16:26 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]