diff --git a/download.xml b/download.xml index 1f8eec9..63c4556 100644 --- a/download.xml +++ b/download.xml @@ -12,7 +12,7 @@
The recommended way to install Comedi and Comedilib is to compile from the - current CVS source, as the released versions are quite old (in particular, + current Git source, as the released versions are quite old (in particular, comedi-0.7.76 only supports kernels up to 2.6.24).
@@ -20,29 +20,32 @@ Kernel versions 2.6.30 onwards have an experimental in-tree Comedi implementation in the driver "staging" area. This support should improve with later kernel versions. Note that RTAI support for the in-tree "staging" - version is still in development, so for current RTAI releases the CVS + version is still in development, so for current RTAI releases the Git version of Comedi should be used.The latest unstable version of Comedi and Comedilib can be checked out using anonymous CVS -using the commands: +
The latest unstable version of Comedi and Comedilib can be checked out using + Git, using the commands:
-cvs -d :pserver:anonymous@cvs.comedi.org:/cvs/comedi login -cvs -d :pserver:anonymous@cvs.comedi.org:/cvs/comedi co comedi -cvs -d :pserver:anonymous@cvs.comedi.org:/cvs/comedi co comedilib +git clone git://comedi.org/git/comedi/comedi.git +git clone git://comedi.org/git/comedi/comedilib.git
@@ -51,14 +54,10 @@ comedi-nonfree-firmware:
-cvs -d :pserver:anonymous@cvs.comedi.org:/cvs/comedi co comedi_calibrate -cvs -d :pserver:anonymous@cvs.comedi.org:/cvs/comedi co comedi-nonfree-firmware +git clone git://comedi.org/git/comedi/comedi_calibrate.git +git clone git://comedi.org/git/comedi/comedi-nonfree-firmware.git-
-When prompted for a password, hit enter. -
-