~ubuntu-branches/ubuntu/trusty/comedilib/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Configure with './configure'.  './configure --help' will give the
configuration options.  If the configure script does not exist
(if you checked comedilib out from cvs for example), it can
be generated by running './autogen.sh'.  The autoconf, automake,
autoheader, etc. tools are required to generate the configure
script (automake version >= 1.5 recommended).

Compile using 'make'.  If this doesn't work, make sure you have the
basic tools installed to compile.  If you can successfully compile
other things, consult the author, as he has probably made a mistake.

Install using 'make install' as root.  This installs the files:
	/usr/lib/libcomedi.so.0.3
	/usr/include/comedi.h
	/usr/include/comedilib.h
	and other things...

If you run Debian GNU/Linux, comedilib is packaged as the packages
libcomedi0 and libcomedi-dev.  These are available as part of woody.

To write programs that use comedi, look at examples in the demo/ and
the documentation in the doc/ directory.