On Sun, Aug 18, 2002 at 09:12:11AM +0200, Paolo Pumilia wrote:
> >From Andre Poenitz, Thu Aug 15, at 13:37:
>  .> Are you suggesting to get and compile the latest cvs version?
>  .If that is an option for you, why not. (1.2.1cvs, not 1.3.0cvs)
>  .
> 
> Thanks to your help and Jean-Marc Lasgouttes i succeeded accessing the cvs server.
> By entering the command:
> 
>  cvs checkout lyx-devel
> 
> lyx 1.3 can be downloaded. 
> 
> How to download 1.2.1?
> 
> thank you again
> 
> --
> Paolo 

I have successfully used:

export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/lyx
cvs login
  (password is lyx)
cvs checkout -d lyx-1_2_x -r BRANCH-1_2_X lyx-devel

cvs update   
   may make more sense after the first time.

then:
./autogen.sh
./configure --prefix=/usr
make

Reply via email to