Chan_SCCP-[4.0.0_DEV]
Building and Installation Guide

UNIX, BSD and Linux

These instructions are valid for most UNIX-like operating systems, including BSD and Linux variants.

Precompiled for your Platform

On http://chan-sccp-b.sourceforge.net/download.shtml you can find links to lot of precompiled versions of chan-sccp-b. You can just at the specific repository file specific to your platform to your system and install chan-sccp-b from there.

Prerequisites

The following prerequisites are required:

  • A bourne shell (/bin/sh) that is capable of running the supplied configure script.
  • Installed version of Asterisk starting at version 1.2
  • Make sure you have the following installed on your system:
    • The GNU C compiler or another supported C compiler.
    • The make program
    • autoconf (2.6.0)
    • automake (1.10)
    • libtool (2.2.2)
    • m4 (1.4.5)

Building and Installation

Build instructions:

  • Download the Chan_SCCP sources.
  • Extract the source tree to a clean directory.
  • To get started with configure please run (run "./configure --help" to get a list of all the possible configure flags)
  • Some of the configure switches have changed during the latest development, please check before running configure
       $ ./configure
       $ make
       $ make install

For source code maintainers it is important to know that when you change something in one of the Makefile.am files or configure.ac you should run ./tools/bootstrap.sh before commiting to the repository.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines