ALSASoundMeter icon indicating copy to clipboard operation
ALSASoundMeter copied to clipboard

mention library packages needed

Open jidanni opened this issue 3 years ago • 1 comments

$ make
gcc sound_meter.c -o sound_meter -lm -lasound
sound_meter.c:25:9: fatal error: alsa/asoundlib.h: No such file or directory
   25 | #include<alsa/asoundlib.h>
      |         ^~~~~~~~~~~~~~~~~~
compilation terminated.

jidanni avatar Aug 16 '21 20:08 jidanni

Need to apt-get install libasound2-dev

jidanni avatar Aug 16 '21 20:08 jidanni