bump version
[comedilib.git] / INSTALL
1
2 Configure with './configure'.  './configure --help' will give the
3 configuration options.  If the configure script does not exist
4 (if you checked comedilib out from cvs for example), it can
5 be generated by running './autogen.sh'.  The autoconf, automake,
6 autoheader, etc. tools are required to generate the configure
7 script (automake version >= 1.5 recommended).
8
9 Compile using 'make'.  If this doesn't work, make sure you have the
10 basic tools installed to compile.  If you can successfully compile
11 other things, consult the author, as he has probably made a mistake.
12
13 Install using 'make install' as root.  This installs the files:
14         /usr/lib/libcomedi.so.0.3
15         /usr/include/comedi.h
16         /usr/include/comedilib.h
17         and other things...
18
19 If you run Debian GNU/Linux, comedilib is packaged as the packages
20 libcomedi0 and libcomedi-dev.  These are available as part of woody.
21
22 To write programs that use comedi, look at examples in the demo/ and
23 the documentation in the doc/ directory.
24
25