On Thu, Apr 17, 2008 at 09:24:30PM +0200, Aniruddha wrote:
> > $  cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/barry login
> > Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/barry
> > CVS password:
> 
> 
> It just returns to the commandprompt?!

That's correct for the cvs login command.  After using login, the use
the "checkout" command to fetch the sources.

cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/barry checkout barry

Then make sure you have autoconf, automake, libtool, libusb, etc installed,
and run:

        cd barry
        ./buildgen.sh
        ./configure
        make

- Chris


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to