added insn support
[comedilib.git] / INSTALL
1
2 Comedi has a mailing list.  Send "subscribe comedi" to
3 majordomo@stm.lbl.gov to subscribe.
4
5 If you are upgrading from a previous version, see the upgrade notes
6 below.
7
8 Compile using 'make'.  If this doesn't work, make sure you have the
9 basic tools installed to compile.  If you can successfully compile
10 other things, consult the author, as he has probably made a mistake.
11
12 Install using 'make install' as root.  This installs the files:
13         /usr/lib/libcomedi.so.0.3
14         /usr/include/comedi.h
15         /usr/include/comedilib.h
16         and other things...
17
18 To write programs that use comedi, look at examples in the demo/ and
19 the documentation in the doc/ directory.
20
21