1 What libraries are required?
2 ============================
4 To run netyack, you need:
9 Under Debian simply type:
10 # apt-get install libcelt0-0 libcelt-dev libspeexdsp1 libspeexdsp-dev jackd2 libjack-jackd2-dev libjack-jackd2-0
12 If the compiler somehow complains about not finding libspeexdsp1, try:
13 # ln -s /usr/lib/libspeexdsp.so.1 /usr/lib/libspeexdsp.so
15 Then run the JACK2 daemon if not already running, e.g. with:
18 Now you're ready to go yacking!