cli: show engine state in cli
[transsip-mirror.git] / INSTALL
blobb6eb16bab740ac899ffc2eef38e3fb6c0ab5b3d3
1 What libraries are required?
2 ============================
4 To run transsip, you need:
5  * libcelt
6  * libspeexdsp
7  * libasound
8  * libreadline
9  * libpthread / libc
11 On Debian simply type:
12 # apt-get install libcelt0-0 libcelt-dev                \
13                   libspeexdsp1 libspeexdsp-dev          \
14                   libasound2-dev libasound2             \
15                   libreadline6-dev libreadline6
17 If the compiler somehow complains about not finding libspeexdsp1, try:
18 # ln -s /usr/lib/libspeexdsp.so.1 /usr/lib/libspeexdsp.so
20 Furthermore, note that a network connection speed not less than 128 kbps
21 (equals DSL 1000 in some countries) in both directions is needed in order
22 to place calls.
24 Installation
25 ============
27 $ cd transsip/src/transsip/
28 $ make
29 # make install
31 Uninstall
32 =========
34 $ cd transsip/src/transsip/
35 # make uninstall
36 $ make clean