doc: add missing -lm option to command line for compiling tut1
[comedilib.git] / README.Git
1
2 Building Comedilib from Git is slightly different from the releases.
3 There is an additional step of creating the configure script and
4 makefiles from the templates using automake, autoconf, etc.  This
5 is all done automatically by running the autogen.sh script
6 in this directory.
7
8 Requirements:
9
10   automake >= 1.6
11   autoconf >= 2.54
12   libtool >= 1.5
13   flex >= 2.4.1
14   bison
15
16 Optional:
17
18   swig (for python and ruby bindings)
19   python
20   ruby
21   xmlto (for building documentation)
22   dblatex (for building PDF documentation)