doc: add missing -lm option to command line for compiling tut1
This commit is contained in:
parent
ada711164c
commit
df2466c0f6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
</para>
|
||||
|
||||
<screen>
|
||||
cc tut1.c -lcomedi -o tut1
|
||||
cc tut1.c -lcomedi -lm -o tut1
|
||||
</screen>
|
||||
<para>
|
||||
The
|
||||
|
|
Loading…
Add table
Reference in a new issue