Skip to content

nils-ohlmeier/sipsak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed6a911 · Jun 2, 2023
Apr 5, 2022
Sep 2, 2016
Feb 15, 2023
Feb 15, 2023
Apr 6, 2022
Dec 29, 2020
Apr 27, 2019
Oct 8, 2005
Apr 14, 2022
Apr 6, 2022
Jan 28, 2006
Jun 2, 2023
Nov 17, 2005
May 19, 2022
Nov 30, 2006
Nov 30, 2020

Repository files navigation

    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/)
   installed on your system to get DNS SRV lookup support
   compiled into your sipsak binary.

    INSTALLATION
    ============

 Prerequisites (installed):
   - autoconf >= 2.69
   - automake
   - pkg-config

 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
   brew install check

    USAGE
    =====

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

 Have fun
   Nils Ohlmeier