Change name. It seems most distros are using modules.conf
[comedilib.git] / INSTALL
1
2 Compile using 'make'.  If this doesn't work, make sure you have the
3 basic tools installed to compile.  If you can successfully compile
4 other things, consult the author, as he has probably made a mistake.
5
6 Install using 'make install' as root.  This installs the files:
7         /usr/lib/libcomedi.so.0.3
8         /usr/include/comedi.h
9         /usr/include/comedilib.h
10         and other things...
11
12 If you run Debian GNU/Linux, comedilib is packaged as the packages
13 libcomedi0 and libcomedi-dev.  These are available as part of woody.
14
15 To write programs that use comedi, look at examples in the demo/ and
16 the documentation in the doc/ directory.
17
18