cleaned up stuff, added dht lib
[netyack.git] / INSTALL
blob122f0748a1dfc749577f5a1a87a2041537915521
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 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:
16 # jackd -d alsa
18 Now you're ready to go yacking!
20 Installation
21 ============
23 $ make
24 # make install
26 Uninstall
27 =========
29 # make uninstall
30 $ make clean