all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Debian Local Install of 22?
@ 2006-02-08 19:55 Olwe Bottorff
  0 siblings, 0 replies; 8+ messages in thread
From: Olwe Bottorff @ 2006-02-08 19:55 UTC (permalink / raw)


How does one go about installing 22 to local home on
Debian Sarge without involving the sysadmin?

Olwe

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Debian Local Install of 22?
       [not found] <mailman.291.1139428824.3144.help-gnu-emacs@gnu.org>
@ 2006-02-08 21:19 ` Thien-Thi Nguyen
  2006-02-09  8:58   ` Romain Francoise
  2006-02-08 23:16 ` David Hansen
  1 sibling, 1 reply; 8+ messages in thread
From: Thien-Thi Nguyen @ 2006-02-08 21:19 UTC (permalink / raw)


Olwe Bottorff <galanolwe@yahoo.com> writes:

> How does one go about installing 22 to local home on
> Debian Sarge without involving the sysadmin?

check out the source from the GNU cvs repository,
change into the top-level directory,
type "./configure --prefix ~/local",
type "make bootstrap",
type "make install" (optional).

look at INSTALL.CVS for more info.

this process is not restricted to Debian Sarge.
i use it myself (w/o installing -- instead i do:
"cd ~/bin ; ln -s ~/build/GNU/emacs/src/emacs bloody-emacs"
and use "bloody-emacs").

i used to be afraid of wandering outside the debian package
system, but that fear has passed playing w/ emacs 22.  ymmv.

thi

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Debian Local Install of 22?
       [not found] <mailman.291.1139428824.3144.help-gnu-emacs@gnu.org>
  2006-02-08 21:19 ` Debian Local Install of 22? Thien-Thi Nguyen
@ 2006-02-08 23:16 ` David Hansen
  2006-02-09  7:40   ` Henrik Enberg
                     ` (3 more replies)
  1 sibling, 4 replies; 8+ messages in thread
From: David Hansen @ 2006-02-08 23:16 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Debian Local Install of 22?
  2006-02-08 23:16 ` David Hansen
@ 2006-02-09  7:40   ` Henrik Enberg
  2006-02-09  9:02   ` leon
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Henrik Enberg @ 2006-02-09  7:40 UTC (permalink / raw)
  Cc: help-gnu-emacs

> but your sysadmin may not like
> 
> $ du -hs ~/cvs-src/emacs/
> 217M    /home/dhansen/cvs-src/emacs/
> 
> (including the compiled files)

the final installed emacs takes 77,6M on my box, so it's not quite that
bad if you delete build files and source.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Debian Local Install of 22?
  2006-02-08 21:19 ` Debian Local Install of 22? Thien-Thi Nguyen
@ 2006-02-09  8:58   ` Romain Francoise
  0 siblings, 0 replies; 8+ messages in thread
From: Romain Francoise @ 2006-02-09  8:58 UTC (permalink / raw)


Thien-Thi Nguyen <ttn@glug.org> writes:

> i used to be afraid of wandering outside the debian package
> system, but that fear has passed playing w/ emacs 22.  ymmv.

And for people who haven't yet overcome that fear, Emacs 22 is also
available as a Debian package (in Debian unstable and Ubuntu), see

    <URL: http://pdo.debian.net/unstable/source/emacs-snapshot>

-- 
Romain Francoise <romain@orebokech.com> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
                                        | ever free! --Bryan W. Procter

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Debian Local Install of 22?
  2006-02-08 23:16 ` David Hansen
  2006-02-09  7:40   ` Henrik Enberg
@ 2006-02-09  9:02   ` leon
       [not found]   ` <mailman.348.1139475782.3144.help-gnu-emacs@gnu.org>
       [not found]   ` <mailman.342.1139470813.3144.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 8+ messages in thread
From: leon @ 2006-02-09  9:02 UTC (permalink / raw)


How long it takes to complete the installation?

David Hansen <david.hansen@gmx.net> writes:

 | 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

-- 
Leon

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Debian Local Install of 22?
       [not found]   ` <mailman.348.1139475782.3144.help-gnu-emacs@gnu.org>
@ 2006-02-09 11:30     ` David Hansen
  0 siblings, 0 replies; 8+ messages in thread
From: David Hansen @ 2006-02-09 11:30 UTC (permalink / raw)


On Thu, 09 Feb 2006 09:02:04 +0000 leon wrote:

> How long it takes to complete the installation?
>

Some 10 minutes on a not that fast machine.  But you don't
need to care.  Just do your normal work during this time
(and probably use nice -19 make bootstrap if you or someone
else needs the cpu).

David

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Debian Local Install of 22?
       [not found]   ` <mailman.342.1139470813.3144.help-gnu-emacs@gnu.org>
@ 2006-02-09 11:39     ` David Hansen
  0 siblings, 0 replies; 8+ messages in thread
From: David Hansen @ 2006-02-09 11:39 UTC (permalink / raw)


On Thu,  9 Feb 2006 08:40:06 +0100 (CET) Henrik Enberg wrote:

>> but your sysadmin may not like
>> 
>> $ du -hs ~/cvs-src/emacs/
>> 217M    /home/dhansen/cvs-src/emacs/
>> 
>> (including the compiled files)
>
> the final installed emacs takes 77,6M on my box, so it's not quite that
> bad if you delete build files and source.

But you want to update regularly, especially if you are a
good user who uses `report-emacs-bug'.  So removing the
sources is not an option, IMHO.

David

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-02-09 11:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.291.1139428824.3144.help-gnu-emacs@gnu.org>
2006-02-08 21:19 ` Debian Local Install of 22? Thien-Thi Nguyen
2006-02-09  8:58   ` Romain Francoise
2006-02-08 23:16 ` David Hansen
2006-02-09  7:40   ` Henrik Enberg
2006-02-09  9:02   ` leon
     [not found]   ` <mailman.348.1139475782.3144.help-gnu-emacs@gnu.org>
2006-02-09 11:30     ` David Hansen
     [not found]   ` <mailman.342.1139470813.3144.help-gnu-emacs@gnu.org>
2006-02-09 11:39     ` David Hansen
2006-02-08 19:55 Olwe Bottorff

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.