mailmap: add mail alias
[transsip-mirror.git] / INSTALL
blob3348b22db2fac21a9810d0da39192f15a4af22be
1 What libraries are required? To run transsip, you need:
3  - cmake (all)
4  - libpthread (transsip)
5  - libcelt (transsip)
6  - libspeexdsp (transsip)
7  - libasound (transsip)
8  - libreadline (transsip)
10 It is common, that these libraries are shipped as distribution packages
11 for an easy installation. We try to keep this as minimal as possible.
13 Furthermore, note that a network connection speed not less than 128 kbps
14 (equals DSL 1000 in some countries) in both directions is needed in order
15 to place calls.
17 The installation process done by cmake is fairly simple:
19   $ cd transsip/src/
20   $ mkdir build
21   $ cd build
22   $ cmake ..
23   $ make
24   # make install
26 Man pages are generated out of the corresponding source files by cmake.
27 They are written in POD format as a C header comment within those files.
28 For this, you need the tool pod2man which is distributed with Perl and
29 should therefore be available on most systems.
31 To uninstall, simply remove all files refered in install_manifest.txt