2005-04-08 00:07:20 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE xml
|
|
|
|
[
|
|
|
|
]>
|
|
|
|
|
|
|
|
<?xml-stylesheet href="comedi.xsl" type="text/xsl"?>
|
|
|
|
<page>
|
|
|
|
<title>Comedi Download</title>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h1>Download</h1>
|
|
|
|
|
2010-08-06 10:50:05 +00:00
|
|
|
<p>
|
2012-05-15 15:24:49 +01:00
|
|
|
<b>Comedi</b> is the kernel-level driver code. <b>Comedilib</b> is the
|
|
|
|
user-level API library code.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
The recommended way to install the Comedi kernel modules from comedi.org
|
|
|
|
is to compile from the
|
2011-05-10 11:41:37 +01:00
|
|
|
current Git source, as the released versions are quite old (in particular,
|
2010-08-06 10:50:05 +00:00
|
|
|
comedi-0.7.76 only supports kernels up to 2.6.24).
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
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"
|
2011-05-10 11:41:37 +01:00
|
|
|
version is still in development, so for current RTAI releases the Git
|
2010-08-06 10:50:05 +00:00
|
|
|
version of Comedi should be used.
|
|
|
|
</p>
|
|
|
|
|
2005-04-08 00:07:20 +00:00
|
|
|
<ul>
|
2014-01-06 14:22:00 +00:00
|
|
|
<li><a href="download">HTTP (mostly obsolete versions):</a> http://www.comedi.org/download</li>
|
2017-09-27 15:46:20 +01:00
|
|
|
<li><a href="download/comedilib-0.11.0.tar.gz">comedilib-0.11.0</a> (Released 2017-09-27)</li>
|
2017-03-16 18:45:46 +00:00
|
|
|
<li><a href="download/comedi_calibrate-5.tar.gz">comedi_calibrate-5</a> (Released 2017-03-16)</li>
|
2016-09-19 14:45:49 +01:00
|
|
|
<li><a href="https://github.com/Linux-Comedi/comedi/tarball/master">Current Comedi Git snapshot</a></li>
|
|
|
|
<li><a href="https://github.com/Linux-Comedi/comedilib/tarball/master">Current Comedilib Git snapshot</a></li>
|
|
|
|
<li><a href="https://github.com/Linux-Comedi/comedi_calibrate/tarball/master">Current comedi_calibrate Git snapshot</a></li>
|
|
|
|
<li><a href="https://github.com/Linux-Comedi/comedi-nonfree-firmware/tarball/master">Current non-free firmware Git snapshot</a></li>
|
|
|
|
<li><a href="https://github.com/Linux-Comedi">Browse all Git repositories (web interface):</a>
|
2011-05-10 11:41:37 +01:00
|
|
|
<ul>
|
2016-09-19 14:45:49 +01:00
|
|
|
<li><a href="https://github.com/Linux-Comedi/comedi">Comedi</a></li>
|
|
|
|
<li><a href="https://github.com/Linux-Comedi/comedilib">Comedilib</a></li>
|
|
|
|
<li><a href="https://github.com/Linux-Comedi/comedi_calibrate">comedi_calibrate</a></li>
|
|
|
|
<li><a href="https://github.com/Linux-Comedi/comedi-nonfree-firmware">Non-free firmware</a></li>
|
2011-05-10 11:41:37 +01:00
|
|
|
</ul></li>
|
2005-04-08 00:07:20 +00:00
|
|
|
</ul>
|
|
|
|
|
2011-05-10 11:41:37 +01:00
|
|
|
<p>The latest unstable version of Comedi and Comedilib can be checked out using
|
|
|
|
<a href="http://git-scm.org/">Git</a>, using the commands:
|
2005-04-08 00:07:20 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
2016-09-19 14:45:49 +01:00
|
|
|
git clone https://github.com/Linux-Comedi/comedi.git
|
|
|
|
git clone https://github.com/Linux-Comedi/comedilib.git
|
2005-04-11 01:28:40 +00:00
|
|
|
</pre>
|
|
|
|
|
2007-07-31 18:20:48 +00:00
|
|
|
<p>
|
|
|
|
You may also want comedi_calibrate or
|
|
|
|
comedi-nonfree-firmware:
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
2016-09-19 14:45:49 +01:00
|
|
|
git clone https://github.com/Linux-Comedi/comedi_calibrate.git
|
|
|
|
git clone https://github.com/Linux-Comedi/comedi-nonfree-firmware.git
|
2007-07-31 18:20:48 +00:00
|
|
|
</pre>
|
|
|
|
|
2016-09-19 14:45:49 +01:00
|
|
|
<p>
|
|
|
|
The Git repositories were previously hosted on comedi.org and had URLs of
|
|
|
|
the form "<tt>git://comedi.org/git/comedi/<em>repository.git</em></tt>".
|
|
|
|
To update the URLs of previously cloned repositories (from comedi.org) to
|
|
|
|
use the current github.com URLs, use the "<tt>git remote set-url</tt>"
|
|
|
|
command as follows:
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
cd /path/to/comedi
|
|
|
|
git remote set-url origin https://github.com/Linux-Comedi/comedi.git
|
|
|
|
|
|
|
|
cd /path/to/comedilib
|
|
|
|
git remote set-url origin https://github.com/Linux-Comedi/comedilib.git
|
|
|
|
|
|
|
|
cd /path/to/comedi_calibrate
|
|
|
|
git remote set-url origin https://github.com/Linux-Comedi/comedi_calibrate.git
|
|
|
|
|
|
|
|
cd /path/to/comedi-nonfree-firmware
|
|
|
|
git remote set-url origin https://github.com/Linux-Comedi/comedi-nonfree-firmware.git
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
(Adjust the above commands according to which of the repositories you have
|
|
|
|
previously cloned, and their local filesystem pathnames.)
|
|
|
|
</p>
|
|
|
|
|
2005-04-08 00:07:20 +00:00
|
|
|
</body>
|
|
|
|
</page>
|
|
|
|
|