linux - I downloaded libasound2-dev, but I can't find source file -
i'm using linux os (ubuntu) , need recording file mic. typed sudo apt-get install libasound2-dev
. then, can find header file in /usr/include/alsa
, can't find c file. think problem of "undefined reference 'snd_pcm_open
'". can do?
i want source code of libasound2-dev, use commande
apt-get source libasound2-dev
you might need install dpkg-dev package.
Comments
Post a Comment