Added dht files, updated dependencies
[transsip-mirror.git] / INSTALL
blob32229fb6cce96a676c47f89cbcb29f21d63c9223
1 What libraries are required?
2 ============================
4 To run netyack, you need:
5  * libcelt
6  * libspeexdsp
7  * libasound
8  * libcrypt
10 Under Debian simply type:
11 # apt-get install libcelt0-0 libcelt-dev       \
12                   libspeexdsp1 libspeexdsp-dev \
13                   libasound2-dev libasound2
15 If the compiler somehow complains about not finding libspeexdsp1, try:
16 # ln -s /usr/lib/libspeexdsp.so.1 /usr/lib/libspeexdsp.so
18 Installation
19 ============
21 $ make
22 # make install
24 Uninstall
25 =========
27 # make uninstall
28 $ make clean