PMT Apprentice
Joined: 19 Jan 2004 Posts: 212
|
Posted: Fri Jan 23, 2004 6:16 am Post subject: |
|
|
In general, in CVS, you need to do this:
cvs -d:pserver:*login name*@*site to login to*:/cvsroot/*thingy name* login
And then input password if any is given to you by the site (or hit enter if not).
Then
cvs -z3 -d:-d:pserver:*login name*@*site to login to*:/cvsroot/*thingy name* co *thingy to copy*
It'll make a folder by that name in whatever directory you happened to be in, and then you just cd *dirname*, and either ./configure;make;make install;ldconfig; or ./autogen.sh;./configure;make;make install; or if it's a binary driver, look for an automatic installer in the folder.
Wish I could help more. Specify the card model next time. _________________ moo |
|