s526: don't dereference insn->data
[comedi.git] / README.Git
1
2 Building Comedi 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 script ./autogen.sh.
6
7 You may need to edit the autogen.sh script so that it runs the
8 appropriate commands.  Often, the necessary commands have version
9 suffixes.  Occasionally, for strange reasons, errors can be
10 solved by running ./autogen.sh twice.
11
12 Requirements:
13
14   automake >= 1.6
15   autoconf >= 2.54
16
17