<div dir="ltr"><div><div>Hi list,<br><br></div>Anyone have a copy of soundtouch binary for rpi anywhere ? The link in this thread is dead<br><br></div>Thanks<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-26 14:24 GMT+02:00 IOhannes m zmoelnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2015-05-22 15:23, <a href="mailto:puredata@11h11.com">puredata@11h11.com</a> wrote:<br>
<br>
> But really it depends. Also it's not that simple, you need to install<br>
> automake, autoconf, gcc (on ubuntu you can install a meta package call<br>
> build-essential).<br>
<br>
</span>build-essential does not cover automake.<br>
<br>
but the basic idea is still correct.<br>
<br>
since many externals have similar build-dependencies, you could also<br>
start by installing the build-dependencies of a pd-external that is<br>
already packaged for Debian.<br>
e.g.<br>
<br>
# apt-get build-dep pd-zexy<br>
<br>
will install everything that is needed to compile the zexy for Debianm,<br>
which includes (apart from a compiler), also automake, autoconf and<br>
(most important) puredata-dev (the header-files for compiling *any*<br>
pd-external)<br>
<span class=""><br>
<br>
> Sometimes you need to ./autogen.sh (i think that is<br>
> the case of pd vanilla).<br>
<br>
</span>when you try to run "./configure" and that fails because there is no<br>
"configure" script, but there is a "<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>" (or "<a href="http://configure.in" rel="noreferrer" target="_blank">configure.in</a>"),<br>
you first need to create the configure-script from that.<br>
./autogen.sh will do that for you.<br>
there are various ways to do so, but usually you ought to follow what<br>
you read in files named INSTALL or README (in the case of Pd, checkout<br>
the INSTALL.txt).<br>
<br>
unfortunately, documentation is sometimes outdated or contradictory; so<br>
it's hard to give general advice how to deal with that (apart from<br>
asking someone who has experience).<br>
<br>
<br>
fgmasdr<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
<br>
<br>
</font></span><br>______________________________<wbr>_________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/<wbr>listinfo/pd-list</a><br>
<br></blockquote></div><br></div>