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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -