ncopa / sipsak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

    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

   ./configure
   make

 followed by an optional

   make install

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

    USAGE
    =====

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

 Have fun
   Nils

About

License:GNU General Public License v2.0


Languages

Language:C 77.2%Language:Shell 15.4%Language:Groff 7.1%Language:Prolog 0.3%