Added jack plugs into netyack
[transsip-mirror.git] / INSTALL
blob11351705663409ace594e680a13bc4052f392446
1 What libraries are required?
2 ============================
4 To run netyack, you need:
5  * libcelt
6  * libspeexdsp
7  * libjackd2
9 Under Debian simply type:
10 # apt-get install libcelt0-0 libcelt-dev libspeexdsp1 libspeexdsp-dev jackd2 \
11                   libjack-jackd2-dev libjack-jackd2-0
13 If the compiler somehow complains about not finding libspeexdsp1, try:
14 # ln -s /usr/lib/libspeexdsp.so.1 /usr/lib/libspeexdsp.so
16 Then run the JACK2 daemon if not already running, e.g. with:
17 # jackd -d alsa
19 Now you're ready to go yacking!
21 Installation
22 ============
24 $ make
25 # make install
27 Uninstall
28 =========
30 # make uninstall
31 $ make clean