File: README

package info (click to toggle)
sipsak 0.9.6%2Bgit20170713-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 396 kB
  • ctags: 466
  • sloc: ansic: 5,910; makefile: 78
file content (55 lines) | stat: -rw-r--r-- 960 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

    REQUIREMENTS
    ============

 None.

 Optional:
 - Have 
     GnuTLS (http://www.gnutls.org/)
   or 
     OpenSSL (http://www.openssl.org/)
   installed on your system to use their MD5 implementations
   instead of sipsak own version.
 - Have 
     c-ares (http://daniel.haxx.se/projects/c-ares/)
   or
     ruli (http://www.nongnu.org/ruli/)
   installed on your system to get DNS SRV lookup support
   compiled into your sipsak binary.
     
    INSTALLATION
    ============

 The usual

   autoreconf --install
   ./configure
   make

 followed by an optional

   make install

 if the binary should be available for all users on that host.

    TESTS
    =====

 Running tests can be done with

   make check

 be sure to have check -- unit test framework for C -- installed

   apt-get install check
   yum install check

    USAGE
    =====

 Please read the man page. It also contains some typical usage
 examples at the end.

 Have fun
   Nils