~ubuntu-branches/ubuntu/feisty/comedilib/feisty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): David Schleef
  • Date: 2003-09-23 18:11:12 UTC
  • Revision ID: james.westby@ubuntu.com-20030923181112-sat05jyh702rb1at
Tags: upstream-0.7.21
ImportĀ upstreamĀ versionĀ 0.7.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.6 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