From d212cbfe8ec76e54155d10954b489b5437aef0d2 Mon Sep 17 00:00:00 2001
From: Ian Abbott
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).
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. -
-