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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -