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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -