From d212cbfe8ec76e54155d10954b489b5437aef0d2 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Tue, 10 May 2011 11:41:37 +0100 Subject: [PATCH] Updated download page following migration from CVS to Git. --- download.xml | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) 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. -

-