info-gnus-english
[Top][All Lists]
Advanced

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

Re: How do I install gnus cvs?


From: Rodolfo Medina
Subject: Re: How do I install gnus cvs?
Date: Fri, 04 Aug 2006 16:15:54 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

"Rodolfo Medina" <romeomedina@libero.it> writes:

> How shall I install cvs gnus on my system?
> With the usual './configure', 'make' and 'make install' trilogy?
> And how shall I tell emacs to use the freshly installed cvs gnus
> instead of the one already present in my emacs installation?



I worked it out so:


                .....................................

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


--------
Download:
--------

download and install emacs cvs;

be sure you have cvs 1.8 or newer installed;

from the '~/' directory (or whatever you want) do:

    $ 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
     
A '~/gnus' directory will be created, you can then rename to whatever you want 
-- like, for instance, pgnus. 



------------
Installation:
------------

from '~/gnus' do:

$ ./configure && make

. In .emacs put the following:


------------------------------------------------------------------
(setq load-path (cons (expand-file-name "~/gnus/lisp") load-path)) 
 (require 'gnus-load) 
 

(require 'info) 
 (setq Info-default-directory-list 
       (cons "~/gnus/texi" Info-default-directory-list))
------------------------------------------------------------------



*Don't* remove the ~/gnus directory!


------
Update:
------

from the '~/gnus' dir, do: 

    $ cvs update
                        .........................


Bye,
Rodolfo


reply via email to

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