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

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

Re: how can i update my gnus


From: Bastien
Subject: Re: how can i update my gnus
Date: Mon, 24 Oct 2005 11:59:42 GMT
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Zhang Huan writes:

> i'm using linux, distro is fc4, however the version of gnus is
> 5.9.0, i want to update gnus directly. anyone know how to do it??

See http://www.gnus.org/distribution.html:

For example in ~/elisp/:

,----
| $ cvs -d :pserver:gnus@cvs.gnus.org:/usr/local/cvsroot login
|   CVS password: gnus
| $ cvs -d :pserver:gnus@cvs.gnus.org:/usr/local/cvsroot checkout gnus
| $ cd gnus
| $ ./configure
| $ make
| $ make install
`----

Then in your ~/.emacs.el:

(add-to-list 'load-path "~/elisp/gnus/lisp/")

-- 
Bastien


reply via email to

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