<div dir="ltr"><div><div><div>I&#39;ve just tried the instructions for compiling/installing chuck 1.3; and these worked exactly as given, on a confuser running ubuntu 15.04.<br><br></div>On another, with ubuntu 14.04 -- I find the compilation crashing for lack of &quot;asoundlib.h&quot;<br><br></div>Assuming that this is part of the libsndfile listed as a dependency on your download page, I followed the link to <a href="http://www.mega-nerd.com/libsndfile/#Download">http://www.mega-nerd.com/libsndfile/#Download</a> and installed that.<br><br></div><div>However, back in the .... chuck/src directory, I&#39;m still getting:<br>~/chuck-1.3.5.1/src$ make linux-alsa<br>g++ -I. -Ilo -O3 -D__LINUX_ALSA__ -D__PLATFORM_LINUX__ -O3 -fno-strict-aliasing -D__CK_SNDFILE_NATIVE__  -c RtAudio/RtAudio.cpp -o RtAudio/RtAudio.o<br>RtAudio/RtAudio.cpp:5267:28: fatal error: alsa/asoundlib.h: No such file or directory<br> #include &lt;alsa/asoundlib.h&gt;<br>-------------------------<br><br>(?)<br></div></div>