Removed lib dependency (it was not used)
[transsip-mirror.git] / INSTALL
blob8ce4ff06204635bccf108c8533ece5812066c072
1 What libraries are required?
2 ============================
4 To run transsip, you need:
5  * libcelt
6  * libspeexdsp
7  * libasound
9 On Debian simply type:
10 # apt-get install libcelt0-0 libcelt-dev       \
11                   libspeexdsp1 libspeexdsp-dev \
12                   libasound2-dev libasound2
14 If the compiler somehow complains about not finding libspeexdsp1, try:
15 # ln -s /usr/lib/libspeexdsp.so.1 /usr/lib/libspeexdsp.so
17 Installation
18 ============
20 $ make
21 # make install
23 Uninstall
24 =========
26 # make uninstall
27 $ make clean