13 Jul
2010
13 Jul
'10
8:18 a.m.
John Simpson wrote:
I've been trying to use the alsa-lib API, but I haven't been able to get anything to compile.
~/alsa/alsa-lib-1.0.22/test$ for f in *.c; do echo; cc $f 2>&1 | head -n2; done ... Did I miss something?
The makefile.
If alsa-lib is installed correctly, the only option you need for your own programs is -lasound.
Regards, Clemens