[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how can i update my gnus
From: |
Zhang Huan |
Subject: |
Re: how can i update my gnus |
Date: |
Mon, 24 Oct 2005 20:23:53 +0800 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
Bastien <bastien@xxx.fr> writes:
> 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
ok!, i restart emacs and it works now.
it shows to me that the version is No Gnus v0.4, did something go wrong